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
0
Answer:
bro find it yourself you should atleast try it at your own broo
Similar questions