BASIC :
- Hello world (First C program)
- Print an integer
- Addition of two numbers
- Substraction of two numbers
- Sum of 1+2+3+4+.....+n
- Sum of 1^2+2^2+3^2+4^2+...…+n^2
- Sum of 1^1+2^2+3^3+4^4+...…+n^n
- Sum of n+(n-1)+(n-2)+(n-3)+....+3+2+1
- Sum of n-(n-1)-(n-2)-(n-3)-...…-3-2-1`
- Number is Even or Odd
- Fibonacci series upto n number of terms
- Fibonacci series upto a certain number
- Find Factorial
- Find number is Prime or Not
- Swap two Numbers
- Find Simple Interest
- Find character is Vowel or Consonant
- Print ASCII value
- Print year is Leapyear or not
- All Star programs *
No comments:
Post a Comment