Computer Applications
Write the program in Java to display the first ten terms of the following series:
2, 5, 10, 17,
Related Questions
Write a program to calculate the sum of all odd numbers and even numbers between a range of numbers from m to n (both inclusive) where m < n. Input m and n (where m < n).
Write the program in Java to display the first ten terms of the following series:
24, 99, 224, 399,
Write the program in Java to display the first ten terms of the following series:
0, 3, 8, 15,
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