Computer Science, asked by harnoorsingh1116, 4 days ago

tell me the error
class dd
{
public static void main(String args[])
{
int i;
i=1;
while (i<=10)
{
System.out.println(i*i);
i++;
}
}
}

Answers

Answered by systronz
0

Answer:

bro find it yourself you should atleast try it at your own broo

Similar questions