Question:
CASE 1:
Write a program to find Area of a circle
CASE 2:
Write a program to find Area of a rectangle
CASE 3:
Write a program to find Area of a Triangle
Solution:
CASE 1:
CASE 2:
CASE 3:
Question:
CASE 1:
Write a program to find Sum of digits of a number
CASE 2:
Write a program to find Sum of N natural numbers
CASE 3:
Write a program to find Sum of numbers in a given range
Solution:
CASE 1:

CASE 2:

CASE 3:
Question:
Write a program to reverse a given number
Solution:
Question:
Write a program to identify if the number is even or odd
Solution:
Question:
Write a program to find Fibonacci series up to n
Solution:
Question:
CASE 1:
Write a program to find LCM of two numbers
CASE 2:
Write a program to find GCD of two numbers
Solution:
CASE 1:
CASE 2:
Question:
Write a program to identify if the number is Strong number or not
Solution:
Question:
Write a program to identify if the number is Perfect number or not
Solution:
Question:
Write a program to identify the number is positive or negative
Solution:
Question:
CASE 1:
Write a program to find Power of a number
CASE 2:
Write a program to find the Factors of a number
Solution:
CASE 1:
CASE 2:
Question:
Write a program to Add two fractions
Solution:
Question:
Write a program to identify if the number is Armstrong number or not
Solution:
Question:
CASE 1:
Write a program to find Greatest of two numbers
CASE 2:
Write a program to find Greatest of three numbers
Solution:
CASE 1:
CASE 2:
Question:
Write a program to identify if the year is Leap year or not
Solution:
Question:
Write a program to identify if the number is Prime number or not
Solution:
Question:
Write a program to identify if the number is Palindrome or not
Solution:
Question:
Write a program to find Factorial of a number
Solution:
Question:
Write a program to find Number of digits in an integer
Solution:
Question:
Write a program to find ASCII values of a character
Solution:
Question:
Write a program to identify if the character is an alphabet or not
Solution: