Question: Complete the implementation of the program by reading the guides given in the comment sections .please use c++ I changed some functions to be able

Complete the implementation of the program by reading the guides given in the comment sections .please use c++ I changed some functions to be able to post the question like finaltask

Complete the implementation of the program by reading the guides given inthe comment sections .please use c++ I changed some functions to be

#include #define SIZE 3

using namespace std;

void getData(string caption, string *p_data) { cout > *p_data; }

// complete the getData function below to get the inputs // for coursework and finaltask marks void getData(string caption, float *p_data) {

}

// complete the highestMark function below to return // index with highest total marks (coursework + final task) int highestMark(string *n[], float *cw[], float *fe[]) { int idx = 0; float totalMark = 0, highestMark = 0; cout

// start the main function int main() { // array variable to store names as pointers of string string *names[3]; float *crswork[3], *finaltask[3]; for (int i = 0; i #include #define SIZE 3 using namespace std; void getData(string caption, string 'p_data) { cout > "p_data; } Il complete the getData function below to get the inputs Il for coursework and final exam marks void getData(string caption, float *p_data) { } // start the main function int main() { // array variable to store names as pointers of string string *names[3]; float crswork[3], "finalExam[3]; for (int i = 0; i

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!