Computer Science, asked by FGFGY, 11 months ago

Write a program to display the following series upto 10 terms:
24,99,224...........................................................

Answers

Answered by Anonymous
4

import java.util.*;

public class Series

{

public static void main(String args[])

{

Scanner in=new Scanner(System.in);

int n,l;

for(n=5;n<=50;n=n+5)

{

l=Math.pow(n,2)-1;

System.out.println("Display the series"+l);

}

}

}

Answered by adfrt
2

Answer:

Ad the saviour I mean,

Annesha don't mind yarr, personal question

annesha992, itsarya, itzrulebreaker, theunknownkhiladi, adyashakti and infinityinfinity93, these all are your ids ow tell me among these which one you like the most, alls are your id and in all idsthere is yoyr effort so you must like all but tell one thing that never you answer any spam question or give any sam answer then why you allow your guys to use your id and to spam and answerring spam questions but they have no effort in any id why?/?

Explanation:

Similar questions