Coding Activities by Erby Jr

Is this a Prime Number

Write a program to print all the prime numbers which come in the range entered by the user?

Character occurrence

Write a program to check how many times a character is repeated in a word?

Sum of Natural Numbers

Write a program to find the sum of natural numbers.

Sum of Natural Numbers

Write a program to find the sum of natural numbers.

Sum of Natural Numbers

Write a program to find the sum of natural numbers.

Sum of whole numbers

Write a program to calculate the sum of whole numbers.

Sum of whole numbers

Write a program to calculate the sum of whole numbers.

Exam Eligibility Check

Write a program to check whether the student can take an exam or not. Students will be allowed only in two conditions: If they have a medical cause (‘Y’ for yes and ‘N’ for no). If yes, then they will be allowed. If No, then check attendance If attendance is above 75, then allowed; otherwise, not allowed.

BMI Checker

Write a program to calculate the BMI of a person?

AND-OR operator

Write a program to check whether the given values have boolean values or not.

Odd-even

Write a program to check whether the given number is even or odd?

Conditional statements

write a program to check whether the given number is positive?