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
English,
4 months ago
Geography,
4 months ago
Social Sciences,
8 months ago
Social Sciences,
1 year ago
Math,
1 year ago