Write the Dual of LPP Min z= 3×1+ 2×2 Subject to x1 – x2≤ 1, x1+x2 ≥ 3, x1, x2≥ 0
SIKSHAPATH Latest Questions
Evaluate the following question
Evaluate the following question
Advance Learner
Asked: November 22, 2021In: DBMS
Create a package which includes a function to return a square of a number if it is positive else return an error message to the user.
Advance Learner
Asked: November 22, 2021In: DBMS
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
Advance Learner
Asked: November 22, 2021In: DBMS
Write a trigger to ensure that no employee of age less than 25 can be inserted in the database.