1.Write a program to identify if the character is a vowel or consonant
2.Write a program to identify if the character is an alphabet or not
3.Write a program to find ASCII values of a character
4.Write a program to find Number of digits in an integer
5.Write a program to find Factorial of a number
6.Write a program to find Fibonacci series up to n
7.Write a program to identify of the a number is positive or negative
8.Write a program to identify if the number is even or odd
9.Write a program to find Area of a circle
10.Write a program to find Area of a rectangle
11.Write a program to find Area of a Triangle
12.Write a program to find Sum of digits of a number
13.Write a program to find Sum of N natural numbers
14.Write a program to find Sum of numbers in a given range
15.Write a program to reverse a given number
16.Find the LCM of two numbers
17.Write a program to identify if the number is Strong number or not
18.Write a program to identify if the number is Perfect number or not
19.Write a program to find Power of a number
20.Write a program to find the Factors of a number
21.Write a program to Add two fractions
22.Write a program to find GCD of two numbers
23.Write a program to identify if the number is Armstrong number or not
24.Write a program to find Greatest of two numbers
25.Write a program to find Greatest of three numbers
26.Write a program to identify if the year is Leap year or not
27.Write a program to identify if the number is Prime number or not
28.Write a program to identify if the number is Palindrome or not
29.Write a program to print prime numbers in a given range
30.Write a program to print Armstrong numbers between two intervals
31.Write a program to express a number as a sum of two prime numbers
32.Write a program to Replace all 0’s with 1 in a given integer
33.Write a program to print Pyramid pattern using stars
34.Write a program to print Pyramid pattern using numbers
35.Write a program to print Palindromic pyramid pattern printing
36.Write a program to calculate Maximum number of handshakes
39.Write a program to find the Quadrants in which coordinates lie
40.Write a program to Convert digit/number to words
41.Write a program to find Number of days in a given month of a given year
42.Write a program to find Permutations in which n people can occupy r seats in a classroom
43.Write a program for Binary to decimal conversion
44.Write a program for Decimal to binary conversion
45.Write a program for Binary to octal conversion
46.Write a program for Octal to binary conversion
47.Write a program for Decimal to octal conversion
48.Write a program for Octal to decimal conversion
49.Write a program to find number of times digit 3 occurs in each and every number from 0 to n
50.Write a program to find number of integers which has exactly 9 divisors
51.Write a program to find roots of a quadratic equation
52.Write a program to print Solid and hollow rectangle star pattern
53.Write a program to print Diamond pattern printing using stars
54.Write a program to print Diamond pattern printing using numbers
55.Write a program to print Floyd’s triangle
56.Write a program to print Pascal triangle