Completion requirements
Opened: Thursday, 29 October 2020, 8:30 AM
Due: Thursday, 29 October 2020, 10:15 AM
- Take two integer numbers. Calculate the sum, subtraction, multiplication, and division of them. Print the results in each new line.
- Take input of 5 marks of a student and print out the percentage marks. Assume that the maximum mark in each subject is 200.
- Find out the maximum and minimum number between two integer numbers
- Take the input of an integer number. Find out whether it is positive or not.
- Take a character input. Find out whether it is UPPERCASE or NOT