Write a C code to add two polynomials having two numbers of unknown variables
You have to make report card of a student including his bio-data (Name, AGE, Class), subject marks
(English, Urdu, Science, Pakistan Studies, Arts), percentage and grade. Grade specifications are as
follows
= > 80% A+ Grade
= > 70% & < 80 A Grade
= > 60% & <70 B Grade
= > 50 & < 60 C Grade
< 50 Fail
Draw a flowchart that determines if the employee has to be paid of overtime pay (OT). They will be paid an OT if they exceed 40 hours work in a week, regular pay (RP) if less than or equal to 40 hours only. Display "OT Pay" or " RP Pay", based on the entered number of hours a week.
Input the age of the voter then if the age is qualified display “QUALIFIED TO VOTE ” otherwise “NOT QUALIFIED”
(ii) Solve the following recurrence relation using Recurrence Tree Method.
T(n) ={1 if n = 1
T(n/2 ) + n if n > 1}
Show all the steps.
the factorio of an integer is the product of all integers upto and including that integer except that the factorio of 0 is 1 evaluate the factorio of an integer less than 20 for fuve numbers input successfully via the keyboard