Question: example (the code cant be exactly the same as this but its a template to follow) Using C++ write a console that prompts an individual

 example (the code cant be exactly the same as this but
its a template to follow) Using C++ write a console that prompts
example (the code cant be exactly the same as this but its a template to follow)
an individual or user to enter information for the college courses completed
below, and the ones planned, and the ones in progress. It should

Using C++ write a console that prompts an individual or user to enter information for the college courses completed below, and the ones planned, and the ones in progress. It should output to a formatted table like the one shown below. (DO NOT use blank in the file name) Courses Taken: Course English 1B Physics 4A Physics 4B English 1A Math 4A Math 4B Year 2015 2015 2016 2016 2017 2017 Units Grade 4 Courses in Progress: Course CIST 4A Chem 1A Year 2019 2019 Units Grade Planned: Units Grade Course CIST 4B Engineering 20 2019 Year 2019 Output should look like this: course Year Units Grae comsc-110 2015 4 A comsc-165 2016 comsc-155h 2014 4 comsc-260 2017 bus-90 2015 4 #include using std::cout using std: :endl; #include using std::string struct Course string courseName; int year; double unit; char grade; Course cinoneCourse(int seq)i int main 0 Course courses[100]; 2 courseste] cinOneCourse(1); cout

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!