Question: To write a C++ program to find average of three integers using functions Objectives: To get familiar with functions in C++ Task 1: Study the

To write a C++ program to find average of three integers using functions

 To write a C++ program to find average of three integersusing functions Objectives: To get familiar with functions in C++ Task 1:

Objectives: To get familiar with functions in C++ Task 1: Study the working of user-defined functions in C++ Task 2: To write a C++ program to find average of three integers using functions Programming Instructions: Make new project (Visual C++ Empty Project) named lab6 and add a C++ file named lab6.cpp to this project. (Some IDE may automatically generate main.cpp or source.cpp, then you just rename it to lab6.cpp when you submit the assignment.) Then, write a C++ program to perform the task 2 mentioned above. Please refer to the code template provided below. Submission Instructions: 1. Upload the zipped folder submitlab6.zip (containing lab6.cpp file and lab6 application/executable file) on the Lab 6 submission link on the Blackboard. 2. Submissions in the form of email/paper copy or any other format will not be accepted. 3. Submission after the deadline will result in zero marks. 4. Deadline: 11.59 PM on the day of your lab session. Grading Criteria: 1. Submit correct file format, lab6.cpp and lab6 application file in submitlab6.zip file. (4 points) 2. The submitted code is able to compile without any error and produces correct output. (6 points) 3. The code follows good coding practices. (1 point)

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!