Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
image text in transcribed
example (the code cant be exactly the same as this but its a template to follow)
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

Students also viewed these Databases questions

Question

Graph. y > x - 3

Answered: 1 week ago