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 does next mean in java?
Explain java coding standards for variables ?
What is a prefix function.write down a code to compute prefix function.
What an i/o filter in java programming?
What is entry in java?
What is locale?
how can you take care of mutual exclusion using java threads? : Java thread
How to make a class immutable?
What is the difference between overriding and overloading in OOPS.
0 Answers Axtria, ITC Indian Tobacco Company,
What is google full form?
What is double parsedouble in java?
What are serialization and deserialization?