Write a complete program that consists of the main function that will call 4 user-defined functions. The task of each function is described below. 1. The first function is to display your information such as: a. Full Name b. Matrix No С. Group 2. The second function is to display a Plagiarism Declaration statement "I confirm that this LAB TEST is my own work and is not copied fror 3. The third and the fourth functions are based on the following problem Sound travels through the air because of collisions between the molecules in the air. The temperature of the air affects the speed of the molecules, which in turn affects the speed of sound. The velocity of sound in dry air can be approximated by the formula: Velocity = 331.3 + 0.61 × Tc Write a function that allows the user to input a starting and an ending temperature. Within this temperature range, another function pass by value should output the temperature and the corresponding velocity in 1° increments using a do-while loop. For example, if the user entered 0 as the start temperature and 2 as the end temperature, then the program should output: At 0-degree Celsius the velocity of sound is 331.3 m/s At 1-degree Celsius the velocity of sound is 331.9 m/s At 2-degree Celsius the velocity of sound is 332.5 m/s Figure 1: Sample output display Global variables are not allowed to be used in your program. You can be creative to display the output program and not limited to above Figure 1. Your program should allow the user to repeat the process as often as the user wishes until he/she wants to exit the program.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section9.6: A Closer Look: Namespaces And Creating A Personal Library
Problem 5E
icon
Related questions
Question
QUESTION 1
Write a complete program that consists of the main function that will call 4
user-defined functions. The task of each function is described below.
1.
The first function is to display your information such as:
а.
Full Name
b.
Matrix No
C.
Group
2.
The second function is to display a Plagiarism Declaration statement
"I confirm that this LAB TEST is my own work and is not copied fror
3.
The third and the fourth functions are based on the following problem
Sound travels through the air because of collisions between the molecules in
the air. The temperature of the air affects the speed of the molecules, which in
turn affects the speed of sound. The velocity of sound in dry air can be
approximated by the formula:
Velocity
331.3 + 0.61 × Tc
Write a function that allows the user to input a starting and an ending
temperature. Within this temperature range, another function pass by value
should output the temperature and the corresponding velocity in 1° increments
using a do-while loop. For example, if the user entered 0 as the start
temperature and 2 as the end temperature, then the
program
should output:
At 0-degree Celsius the velocity of sound is 331.3 m/s
At 1-degree Celsius the velocity of sound is 331.9 m/s
At 2-degree Celsius the velocity of sound is 332.5 m/s
Figure 1: Sample output display
Global variables are not allowed to be used in your program. You can be
creative to display the output program and not limited to above Figure 1. Your
program should allow the user to repeat the process as often as the user
wishes until he/she wants to exit the program.
Transcribed Image Text:QUESTION 1 Write a complete program that consists of the main function that will call 4 user-defined functions. The task of each function is described below. 1. The first function is to display your information such as: а. Full Name b. Matrix No C. Group 2. The second function is to display a Plagiarism Declaration statement "I confirm that this LAB TEST is my own work and is not copied fror 3. The third and the fourth functions are based on the following problem Sound travels through the air because of collisions between the molecules in the air. The temperature of the air affects the speed of the molecules, which in turn affects the speed of sound. The velocity of sound in dry air can be approximated by the formula: Velocity 331.3 + 0.61 × Tc Write a function that allows the user to input a starting and an ending temperature. Within this temperature range, another function pass by value should output the temperature and the corresponding velocity in 1° increments using a do-while loop. For example, if the user entered 0 as the start temperature and 2 as the end temperature, then the program should output: At 0-degree Celsius the velocity of sound is 331.3 m/s At 1-degree Celsius the velocity of sound is 331.9 m/s At 2-degree Celsius the velocity of sound is 332.5 m/s Figure 1: Sample output display Global variables are not allowed to be used in your program. You can be creative to display the output program and not limited to above Figure 1. Your program should allow the user to repeat the process as often as the user wishes until he/she wants to exit the program.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning