You probably dont give a shit but does anyone know of a way to get back into an Instagram account?? I was dumb forgot the password. I would appreciate any help you can offer me
import java.util.*; class m{///la reponse a la question selon le cas ? //creer une autre fonction qui interprete l age int age; String hobby; String name; String nom; public void your_hobby(String hobby,int age,String name,String nom){ switch(name){ case "jalal":System.out.println("tu n es pas jalla lolo"); default:System.out.println("tu connais jalila "+nom+" ?"); } switch (hobby){ case "baskettball":System.out.println("watsure favorite basket team?");break; case "football":System.out.println("hahaha mr "+name+"u are in"+age+"'s and you love foot ball , its a nice sport barca or real? ");break; default:System.out.println("je connais pas ce truk c est quoi le "+hobby);break; } } public void ageinterpret(int age){ if (age <50){ System.out.println("you are yong="); } if (age>50){ System.out.println("tu est pere donc "+age+" ans c est l age d avoir une famille"); } } public void reponse(int x){ switch (x) {case 3:System.out.println("j ais pas compris");break; case 1: ;System.out.println("ca va ?");break; case 2:System.out.println("salut ca va ?");break; } } } public class Main { public static void main(String[] args) {System.out.println("hello"); Scanner s =new Scanner(System.in); String x=s.next(); m n=new m(); switch(x){ case "bonjour":n.reponse(1);break; case "salut":n.reponse(2);break; default :n.reponse(3);break; } System.out.println("ton nom s il vous plais? "); n.nom=s.next(); System.out.println("ton prenom"); n.name=s.next(); System.out.println("tes "+n.name+" "+n.nom); System.out.println("hravis mr "+n.name+" quel age a tu?"); n.age=s.nextInt(); n.ageinterpret(n.age); System.out.println("wats ure hobby"); n.hobby=s.next(); n.your_hobby(n.hobby,n.age,n.name,n.nom); System.out.println("Hello World"); } }
return x-y;
Thank you so much sir.for giving this video.very easily understanding..once again tq so much
Niceee vid!!!!
what if i dont want to use random?, what is the code for specific img to be printed in the server
Thank you🥺
("How can I get this code");
Why don't show how to save file? What about for newbie?
Switch is more convenient and faster u no
Thank you for ,making a nice video 👌🏻👍🏻
What is mani?
Can you give me those code?
Can it only do 2 digits
Thanks for sharing im doing my assignment in programming thanks for this now i know what to do ♥️👍♥️♥️♥️
Thank you so much.. This calculator program is very useful and help me in my assignment..
You probably dont give a shit but does anyone know of a way to get back into an Instagram account?? I was dumb forgot the password. I would appreciate any help you can offer me
how to call this method
can you send me the code
Nice video
Wouldn't a switch statement be much easier than else, else if, etc?
you are rigth and that switch should be in do while loop;
I love it.
really this vido was help full
import java.util.*; class m{///la reponse a la question selon le cas ? //creer une autre fonction qui interprete l age int age; String hobby; String name; String nom; public void your_hobby(String hobby,int age,String name,String nom){ switch(name){ case "jalal":System.out.println("tu n es pas jalla lolo"); default:System.out.println("tu connais jalila "+nom+" ?"); } switch (hobby){ case "baskettball":System.out.println("watsure favorite basket team?");break; case "football":System.out.println("hahaha mr "+name+"u are in"+age+"'s and you love foot ball , its a nice sport barca or real? ");break; default:System.out.println("je connais pas ce truk c est quoi le "+hobby);break; } } public void ageinterpret(int age){ if (age <50){ System.out.println("you are yong="); } if (age>50){ System.out.println("tu est pere donc "+age+" ans c est l age d avoir une famille"); } } public void reponse(int x){ switch (x) {case 3:System.out.println("j ais pas compris");break; case 1: ;System.out.println("ca va ?");break; case 2:System.out.println("salut ca va ?");break; } } } public class Main { public static void main(String[] args) {System.out.println("hello"); Scanner s =new Scanner(System.in); String x=s.next(); m n=new m(); switch(x){ case "bonjour":n.reponse(1);break; case "salut":n.reponse(2);break; default :n.reponse(3);break; } System.out.println("ton nom s il vous plais? "); n.nom=s.next(); System.out.println("ton prenom"); n.name=s.next(); System.out.println("tes "+n.name+" "+n.nom); System.out.println("hravis mr "+n.name+" quel age a tu?"); n.age=s.nextInt(); n.ageinterpret(n.age); System.out.println("wats ure hobby"); n.hobby=s.next(); n.your_hobby(n.hobby,n.age,n.name,n.nom); System.out.println("Hello World"); } }