Computer Science, asked by donaldtrump12327, 3 months ago

Write a program in java using a while loop to input a set of numbers and print their square. The program should execute till the user enters a zero. ​

Answers

Answered by tejaswini1098
0

Answer:

In this tutorial, we will learn how to use while and do while loop in Java with the help of examples. ... This process continues until the textExpression is false . ... Enter a number -8 Sum is 0

Similar questions