Create a package which contains function to ask the user to enter the student’s marks and determine the GRADE according to the following criteria. >90 A >80AND <90 B >70AND <80 C >60 AND<70 D <60 F
Home/Questions/Page 194
SIKSHAPATH Latest Questions
Problem 29: Election day It’s almost election day and the election officials need a program to help tally election results. There are two candidates for office—Polly Tichen and Ernest Orator. The program’s job is to take as input the number ...
Jon
Asked: November 15, 2021In: Programming Language
Write a program to read and write data to a file.
ANAN
Asked: November 15, 2021In: Data Structure
Create a binary search tree with the input given below: 98, 2, 48, 12, 56, 32, 4, 67, 23, 87, 23, 55, 46 (a) Insert 21, 39, 45, 54, and 63 into the tree
AK
Asked: November 15, 2021In: DBMS
Create table named emp have two column id and salary with number datatype. Insert the value into the table created using procedures.
practice503
Asked: November 15, 2021In: DBMS
Create a trigger that checks if “value” is greater than 1000 for any new row inserted to “Test” table, then insert a row to Audit table?