- Write a program to check a number is divisible by 7 or not.
- Write a program to check a number is factor of 84 or not.
- Write a program to check a number is factor of 96 or not.
- and if the given number is more Than 96 program should say ‘not a valid input’
- Write a program to check a number is multiple of 3 or not.
- Write a program to check a number is positive or not.
- Write a program to check a number is having 4 at units place (984).
- Write a program to check a number is 3 digited number or not.
- Write a program to print even or odd for a given number
- Write a program to print the greatest number in given two numbers
- Write a program to print the least number in given two numbers
- Write a program to print the given two numbers in ascending order
- Write a program to print the given two numbers in descending order
- Write a program to print the greatest number in given three numbers
- Write a program to print the least number in given three numbers
- Write a program to print the given three numbers in ascending order
- Write a program to print the given three numbers in descending order
- Write a program to take marks of three subjects and print the grade of student
- Character Is Vowel or Consonant
- A Character Is an Alphabet or Not
- Uppercase, Lowercase, Special Character, or Digit
- Leap Year
- The Date Is Correct or Not
- Voting Eligibility Checker
- Check whether a number is negative, positive or zero.
- Check whether a number is divisible by 5 and 11 or not.
- Input any alphabet and check whether it is vowel or consonant.
- Input any character and check whether it is the alphabet, digit or special character.
- Check whether a character is an uppercase or lowercase alphabet.
- Input week number and print weekday.
- Input month number and print number of days in that month.
- Count the total number of notes in a given amount.
- Input angles of a triangle and check whether the triangle is valid or not.
- Check whether the triangle is an equilateral, isosceles or scalene triangle.