Question: Database oracle Exercise Write a program to see the entered number in x variable either odd or even by using mode function. Hint: mod(x,y) gives

Exercise Write a program to see the entered number in x variable either odd or even by using mode function. Hint: mod(x,y) gives the reminder of x/y. Exercise Write a program that classify the pre-defined grade and print the grade to the user as following: (mark between 85 and 100): print (" mark is A') (mark between 50 and 65): print ('mark is d') (mark between 66 and 75): print ('mark is c') (mark between 76 and 84) : print('mark is b') For any other grades: Print('mark is F')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
