Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

on the following diagrams draw on the listed muscles (ideally using different colours) and complete the associated tables Program 1 (5 Marks) Note: Your submission

on the following diagrams draw on the listed muscles (ideally using different colours) and complete the associated tables
image text in transcribed
Program 1 (5 Marks) Note: Your submission should be a cpp file. Write a C++ program that prompts the user to enter a mark between 0 and 100, and outputs its equivalent in text. For example, if the user enters 95, the program should output this text: "Exemplary performance". If the user enters 71, the output should be: "Proficient performance", and so on. The marks should be declared integer. The mark classes are as follows: [80-100): "Exemplary performance". (70 - 79): "Proficient performance". [60 - 69): "Adequate performance". [50 - 59): "Limited performance". [0 - 49]: "Week performance". If the user enters a mark that is not between 0 and 100, the program outputs the following text: "This is not a valid mark" Hint: use nested if-else statement. Program 2 (5 Marks) Note: Your submission should be a cpp file. Write a C++ program that prompts the user to enter an amount of dollars, and outputs the maximum number of dollars, the maximum of Quarters (25), the maximum number of Dimes (10), the maximum number of Nickels (5), and the rest of Pennies (16). Example: If the user enters the number 32.65, the output should be: Enter the amount: 32.56 Max number of Dollars: 32 Max number of Quarters: 2 Max number of Dimes: 0 Max number of Nickels: 1 Max number of Pennies: 1 Hint: use the remainder

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions