+ 3
String in for loop for 10 times how to execute this?
Pls tell me
5 Respostas
+ 13
String s = "India" ;
if(s.length() > 4){
System.out.println("Yes");
}else{
System.out.println("No") ;
}
+ 12
soni parth You are welcome 😄
+ 1
Just like this
Int i;
For(I=0;i<10 ;i++)
For string what to do?
+ 1
String ="India" ;
If India is more than 4 then it will gone to else part tell me the code for this
+ 1
Thank you so much