Even or Odd Checker
Write a program that takes a number from the user and checks whether it's even or odd.
Sum of First N Natural Numbers
Take a number n as input and print the sum of numbers from 1 to n.
Multiplication Table
Ask the user for a number and print its multiplication table up to 10.
Simple Calculator
Build a calculator that takes two numbers and an operator (+, -, *, /) and shows the result.
Palindrome Checker
Ask the user to enter a word and check if itโs a palindrome (same forward and backward).
Find Average of List
Create a program that takes a list of numbers and prints the average.
Find Maximum in a List
Write a program to find the largest number in a list.
Reverse a String
Take a string from the user and print it in reverse.
Count Vowels in a String
Ask the user for a sentence and count how many vowels it contains.
Number Guessing Game
Create a simple game where the user guesses a number between 1 and 10. If it matches the secret number, show "Correct!".