Finding out a number is even or odd by using switch case,Finding out a natural numerical sum using for loop,Finding out a natural numerical multiple using for loop,Take an integer from the user determine that number is prime or not prime.
Problem : Finding out a number is even or odd by using switch case. Solution: Introduction: In …