Print the series.
Please write the program I am giving one example:
0,3,8,15,........99
Class Series 1
{
public void display ( );
{
int i ;
for (i = 1; i <=10; i ++)
{
System.out.print( i * i -1 + ",");
}
}
}
Attachments:
Answers
Answered by
0
Answer:
not sure about this answer
Similar questions
Math,
3 months ago
Math,
3 months ago
Math,
3 months ago
Social Sciences,
7 months ago
History,
10 months ago
Social Sciences,
10 months ago
Math,
10 months ago