Write a program in Java to display the n terms of odd natural number and their
sum.
Write a program in Java to display the multiplication table vertically from 1 to n.
Write a program in Java to display the cube of the number upto given an integer.
Write a program in Java to read 10 numbers from keyboard and find their sum
and average.
Write a Java program to find the sum of first 10 natural numbers.