Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Online C Compiler (tutorialspoint.com) 1. You will start by demonstrating pseudocode for the basic algorithm you will follow: use your pseudocode to comment your
Using Online C Compiler (tutorialspoint.com)
1. You will start by demonstrating pseudocode for the basic algorithm you will follow: use your pseudocode to comment your program. MAJOR HINT: there are 3 main steps: taking input, calculating, and giving output. 2. Prompt the users for three (3) grades. Store the three (3) values as integers. You can name the variables what you want, but they should have names that make sense. 3. You will use a formula to calculate the average of the three values and store them in a variable named avg. 4. Output the results to the user with a string like "The average of 100, 90 , and 80 is 90 " 5. Submit your assignment with a working screenshot (notice here, I mainly want to see your code running, make sure it has date/time in the screenshot). Also include your code by copy/pasting your code into the submission commentsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started