Computer Science, asked by piyanshikalyani1623, 1 year ago

.
V. Unsolved Java Programs:
1. Write the programs in Java to display the first ten terms of the foll
(a) 1, 4, 9, 16,
(b) 1, 2, 4, 7, 11, .
(c) 3, 6, 9, 12,
(d) 4, 8, 16, 32,
(e) 1.5, 3.0, 4.5, 6.0,
(f) 0, 7, 26,
(g) 1, 9, 25, 49,
(h) 4, 16, 36, 64,
(i) 0, 3, 8, 15,
(1) 24, 99, 224, 399,
(k) 2, 5, 10, 17,

Answers

Answered by rohitsharma2k613
1

Answer:

Input : n = 4

Output :

1

3*2

4*5*6

10*9*8*7

Input : n = 5

Output :

1

3*2

4*5*6

10*9*8*7

11*12*13*14*15

Explanation:

Answered by sypraveen141004
0

Answer:

hope it was helpful for more qualified answers please follow me

written by#sypraveen

Attachments:
Similar questions