Questions: 856

Answers by our Experts: 763

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

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.


Draw a flowchart that will display "IT'S COLD!" if the temperature is less that 20, "IT'S HOT!" if the temperature is greater than 30, "COOL!" otherwise.
Create a flowchart that will able to read the age of an individual and determine if it qualified to vote or not. The qualifying age to vote is 18 and above. If the age is 18 below, display "too young!". Note that there is no such age as 0 or negative however display "Invalid age" if age is above 100 display "Out of range".
1. Write the algorithm and draw the flowchart. Given three numbers A, B, C. Compute and print out the sum, the product and the average of these values.
How reflection can be used to achieve team improvement

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


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS