PROGRAMMING LANGUAGE: C++ ALSO PUT SCREENSHOTS WITH EVERY TASK. TASK 1 : A class of ten students took a quiz .The grades (integers are in range 0-100) for this quiz are available to you .Determine class average on quiz .
PROGRAMMING LANGUAGE: C++
ALSO PUT SCREENSHOTS WITH EVERY TASK.
TASK 1 : A class of ten students took a quiz .The grades (integers are in range 0-100) for this quiz are available to you .Determine class average on quiz .
TASK 2: Write c++ code that print summery of exam result and decide either student should have makeup class or not .If more then 30% of class fails in exam it’s mean they need a makeup class otherwise they don’t need any makeup class. For class strength take input from user
(Hint: take two variables pass and fail)
TASK 3: write a c++ that will determine whether a department-store customer has exceeded the credit limit on the charge account .For each customer , following facts are available :
- Account number (an integer)
- Balance at beginning of month
- Total of all items charged by this customer this month
- Total of all credit applied to this customer’s account this month.
- Allowed credit limit
You are required to use a while structure to input each of these facts , calculate the new balance where new balance = beginning balance + charge credit and determine whether new balance exceeds the customer’s credit limit .For those customers whose credit limit is exceeded .the program should display the customer’s account number , credit limit , new balance and message “credit limit exceeded” .
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images