write a java program to print following series. 0,3,8,15,24............n .
No spamming otherwise reported.
Answers
Answered by
4
import java.util.Scanner;
class num
{
System.out.print("enter the value of n");
for(int i=1 ; i<=n ; i++)
{
System.out.println((i * i )-1);
}
}
prosoul:
yes
Answered by
8
Answer:
aap ne jo abhi question pucha hai ye us ka ans hai inbox bane ho gaya hai
please thanks my ans
Similar questions