in Education by
convert the following into For loop; while(true) System.out.print(‘*’); (in java ) PLEASE ANSWER FAST… WILL MARK BRAINLIEST** Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: While loop in java syntax is as follows. while (expression) {// statements} The expression for while loop must return boolean value, otherwise it will throw compile time error.

Related questions

0 votes
    Name the class that is used for different mathematical functions.(in java) PLEASE ANSWER FAST URGENT HELP ... BRAINLIEST FOR SURE☆☆ Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    While (true) System.out.print(*); Change to for loop Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
0 votes
    Analyse the given program segment and answer the following questions i) write the output of the program segment ii)how many times ... body of the loop gets execute for(int m=5 ; m...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    Write the following in while(): For (i=1;i =100;i++){Print( %d \ ,i);} (Will no one be able to solve ... as i am doing an exam now) Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    mention the following in terms of java 1 : values passed in method. 2 : array is passed in method. PLEASE ... BRAINLY MEMBER HELP..☆ Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    hi friends hope you all are doing great Plz answer my question please do not give invalid answers Write a program ... number. Thank you Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    function add() and operator + gives the same result true Or f plzzzz give me answer fast……. dud Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    why do we need language ? explain the types of language used in java? answer fast plz also not in very short Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    write a program to input a number and print table of the number using while loop Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    can anyone please help me out for this question Write a program to create two threads, so one thread will print ... between 11 to 20. Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    can anyone please help me out for this question Write a program to create two threads, so one thread will print ... between 11 to 20. Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    Give at least two to three differences between rint() and round() in Java… Please give the answer in points.. Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
...