- Take a sentence as input from user
- Calculate and show:
sentence's length
,number of vowels
.
- Take a number
n
between 5-20 as input from user - Create an array of length
n
- Put random number (1-100) in each element of the array
- Display the array's element by comma separated. Eg.
1,56,2,88,2
- Show the sum of the all the elements of the array