Write a program that reads a positive integer and computes the factorial
Print sum of first 100 integers. (With data validation)
Write a program to make a simple calculator using switch-case. The calculator takes the operation (+ or – or * or /) and takes the two input arguments and print the results.
Write a program that reads a student grade percentage and prints "Excellent" if his grade is greater than or equal 85, "Very Good" for 75 or greater; "Good" for 65, "Pass" for 50, "Fail" for less than 50.
Write a program that reads a positive integer and checks if it is a perfect square
Write a program that takes three integers, and prints out the smallest number
Write a program that print the relation between two integer number if those numbers are equal, not equal and which one contain the higher value.
Write a program to print the ASCII value of a character input by the user.
Write a program that reads the radius of a circle and calculates the area and circumference then prints the results.
Write a program for converting temperature from degrees Celsius to degrees Fahrenheit, given the formula:
F = C x 95 + 32