Sudheesh Singanamalla
Last Activity: 14 Years ago
try generating
1)
*****
****
***
**
*
2) Generate prime numbers upto a value n
suppose if n is 10 it should give out put as
prime numbers are 2,3,5,7
[hint : use nested loop]
3)Check if a number is prime or not ?
4)Generate all the characters along with their ASCII numbers
5)try out this
1/x + 1/x^2 + 1/x^3 + 1/x^4 ......................... +1/x^n
user input is 'n'
and u could also try out other Geometric and Arithmetic progressions