Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Modifying Class GradeBook ) (a) Create a header file, GradeBook.h, which included the class definition and member function prototypes. Create a source file, GradeBook.cpp,

C++

ModifyingClassGradeBook)

(a) Create a header file, GradeBook.h, which included the class definition and member function prototypes. Create a source file, GradeBook.cpp, which includes member functions definition and implementation, and includes "GradeBook.h".

(b) Modify thesetfunction to verify the length of the updated instructors name not more than 20 characters. If it is, take only the first 20character

(c) Modify thesetfunction to verify the length of the updated courses name not more than 30 characters. If it is, take only the first 30character

(d) In the driver program (Assignment2.cpp) prompts to the user to enter the initial course name and the instructor name both exceeds the maximum length

(e) Display the initial GradeBook information

(f) Prompt to the user to enter the updated course name and instructor name within the maximum length, and display the updated GradeBook information

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 Management Systems Designing And Building Business Applications

Authors: Gerald V. Post

1st Edition

0072898933, 978-0072898934

More Books

Students also viewed these Databases questions

Question

Evaluate the importance of the employee handbook.

Answered: 1 week ago

Question

Discuss the steps in the progressive discipline approach.

Answered: 1 week ago