Computer Science, asked by kingofclashofclans62, 1 year ago

write a java program to print following series. 0,3,8,15,24............n .
No spamming otherwise reported.

Answers

Answered by ayushrajrai13
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 Anonymous
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