Computer Applications
Write the program in Java to display the first ten terms of the following series:
24, 99, 224, 399,
Related Questions
Write a program to input any 50 numbers (including positive and negative). Perform the following tasks:
(a) Count the positive numbers
(b) Count the negative numbers
(c) Sum of positive numbers
(d) Sum of negative numbers
Write the program in Java to display the first ten terms of the following series:
4, 16, 36, 64,
Write the program in Java to display the first ten terms of the following series:
2, 5, 10, 17,
Write the program in Java to display the first ten terms of the following series:
0, 3, 8, 15,