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("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"); } }
Thanks for sharing im doing my assignment in programming thanks for this now i know what to do ♥️👍♥️♥️♥️
Thank you so much sir.for giving this video.very easily understanding..once again tq so much
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
Thank you for ,making a 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;
Why don't show how to save file? What about for newbie?
Nice video
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("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");
}
}
I love it.
Can it only do 2 digits
Niceee vid!!!!
("How can I get this code");
What is mani?
Thank you🥺
Can you give me those code?
how to call this method
Switch is more convenient and faster u no
can you send me the code
return x-y;