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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!