Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions