WAP to calculate simple interest and take input from user.
WAP to calculate average ofmarks in five subjects and their total sum inout from
user.
WAP to calculate area of a right angled triangle
WAP to calculate area of a triangle
WAP to calculate area of circle
WAP to find whether number is even or odd
WAP to find whether number is even or odd without using modulus operator
WAP for fizzbuzz if number is divisible by 3 and 5 then it is fizzbuzz and if it is
divisible by 3 then it is fizz and if by 5 then it is buzz
WAP and take input from user and check whether given input character is
digit ,alphabet or a special character
WAP to find greater number from two numbers
WAP to find greatest number among three numbers
WAP to find second largest number among three numbers
WAP where user can enter a number in 1to7 based on that print week days name
accordingly also take care if user provides some invalid input
WAP to find largest of two numbers using switch case
WAP to find input character is alphabet , digit or character using switch case
WAP to calulate add , subtract , multiply and modulus of two numbers based on user
runtime input
WAP to print starting 'n' natural numbers and odd numbers
WAP to print table of 'n' where print line like 'n X 1 = n'
WAP to print all factors of 'x' upto 'n'
WAP to count number of digits in number 'n'
WAP to find reverse number of number 'n'
WAP to check whether number is palindrome or not
WAP to check whether number is perfect number or not
WAP to check whether number is armstrong or not
WAP to print all armstrong numbers betwen 1 to n
WAP to print n term of fibonacci series
WAP to print all factors of number n in reverse order
WAP to verify whether given input is a mobile number or not
WAP to check whether number is prime number or not
WAP to find HCF of two numbers
WAP to find LCM of two numbers
WAP to find sum of n natural numbers
WAP to swap value of two variables
WAP to swap value of two variables without using third variable
WAP to check whether given input is vowel or not
WAP to find 2^n , n will be input without using math library
WAP to find x^n , without using math library
WAP to calculate volume of a sphere,cylinder,cube
WAP to calculate factorial of a number
WAP to check whether number is a leap year of not
WAP to print all prime number between 1 to n
WAP to find sum of digits of a number
WAP to convert celcius in fahrenheit and vice versa