Advertisement
Guest User

Untitled

a guest
May 27th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class Main {
  2. public static void main(String[] args) {
  3. boolean weather = true;
  4. if(weather == true) {
  5. System.out.println("外出します");
  6. } else {
  7. System.out.println("引きこもります")
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement