Write a program to show students' grades by entering five subject marks and calculating average marks and grades. For example, if the average is between 91 to 100, A2 is between 81 to 90, and so on, do it till grade E2?
Bitwise operator
Write a program to apply the right shift and left shift bitwise operator.
Identity operator
Write a program to illustrate the use of 'is' identity operator
BMI Checker
Write a program to calculate the BMI of a person?
NOT Equal Operator
Write a program to check the application of not equal operator
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?
Checking the number greater or smaller
Write a program to check whether the given number is greater than 15 or smaller than 15.
Profit loss
Write to check if a person is buying oranges at 100 rs and later selling it 1at 120 rs. Find that he has profit or loss?
Conditional statements
write a program to check whether the given number is positive?
Average
There are five trees in Jack's front yard. He checks each tree to find out how tall it is in inches and writes the height on a sheet of paper. Jack's list: 98, 94, 41, 96, and 11. What is the average height of a tree in Jack's front yard?
Count the notes
Write a program to calculate the number of notes in the given amount?