Question: In this project, you will create a program that asks the engineer to enter his/her name and five steel beam lengths. The program will average
In this project, you will create a program that asks the engineer to enter his/her name and five steel beam lengths. The program will average the lengths and display the output to the console window as shown above. Project objectives: Communicate with the user via printf() and scanf() Getting user input with multiple data types Comment a program using C format standards and self-documentation Perform calculations using mathematical operators & order of operations Constant declaration Requirements: Declare variables of type o Char (name) int length1length5 (5 steel beam lengths) o double aveLength constant (total number of beams) Prompt user for his/her name and five test scores Perform calculations using the declared numeric variables Output will read as shown above: , the average beam length of and is: Project will be tested for functionality using numbers of my choice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
