เมื่อผมถามอะไรกับบางคน - TopicsExpress



          

เมื่อผมถามอะไรกับบางคน :) import java.util.Scanner; public class test01 { public static void main (String[]args) { Scanner input = new Scanner(System.in); System.out.println(Plz! Tell me Do you love me?\nIf you Love me type 1 Or Not type 2 ); System.out.print(Type your answer : ); int answer1 = input.nextInt(); if (answer1 == 1) { System.out.println(I love you too!!!!!! :) ); System.out.println(Do you want to go to the cinema with me in holiday?); System.out.println(Yes 1 No 2); System.out.print(Your answer : ); int answer2 = input.nextInt(); if (answer2 == 1) { System.out.println(Its good!! I love you my honey \nLets Go!!!!); } else if (answer2 == 2) { System.out.println(I know youre busy :( We will go next time! ); } } else if (answer1 == 2) { System.out.println(How I can love you?); System.out.println(Give you a lot of money Type 1\nGive my heart for you type 2 ); System.out.print(Your answer : ); int answer3 = input.nextInt(); if (answer3 == 1) { System.out.println(I dont have a lot of money Sorry!! I should let you go! BYE! :) ); } else if (answer3 == 2) { System.out.println(Hope you will give it to me too!!!); } } } }
Posted on: Tue, 26 Aug 2014 15:09:32 +0000

© 2015