Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Database
oracle
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions