HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE
PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?
Answer / jay harkhani
class WhileLoop
{
public static void main(String args[])
{
int i=1;
while(i!=4)
{
System.out.println("NO");
i++;
}
}
}
| Is This Answer Correct ? | 5 Yes | 10 No |
What is java instanceof operator?
what is data binding? give the example
Is null a value?
What does the three dot emoji mean?
what is optional in java 8?
What is the use of join method?
why marker interfaces are there in java
Difference String and String Buffer
What happens if we override only equals?
why java is better then .net?
Need 2+ yrs experienced java techinical question papaer for company Iflex
What is Restrictions in hibernate?