// Pseudocode PLD Chapter 10 #3 pg. 468 // Start // // // // // Declarations TermPaper рарer1 string firstName string lastName string subject character grade // // // // // // // // output "Please...


I need a program created in C++, please. The assignment question and pseudocode are provided in the attachments. Again, with all the information given, I need a completed program made in C++, thank you!


// Pseudocode PLD Chapter 10 #3 pg. 468<br>// Start<br>//<br>//<br>//<br>//<br>//<br>Declarations<br>TermPaper рарer1<br>string firstName<br>string lastName<br>string subject<br>character grade<br>//<br>//<br>//<br>//<br>//<br>//<br>//<br>//<br>output

Extracted text: // Pseudocode PLD Chapter 10 #3 pg. 468 // Start // // // // // Declarations TermPaper рарer1 string firstName string lastName string subject character grade // // // // // // // // output "Please enter first name. input firstName output "Please enter last name. input lastName output "Please enter subject. input subject output "Please enter letter grade. input grade Set the first name for paperl Set the last name for paperl Set the subject for paperl Set the letter grade for paper1 output "First Name: ", paperl.getFName () output "Last Name: ", paperl.getLName () output "Subject: output "Grade: ", paperl.getLetterGrade () %3D // // // // // // // Stop %3D paperl.getSubject ()
3. Design a class named TermPaper that holds an author's name, the subject of the<br>paper, and an assigned letter grade. Include methods to set the values for each<br>data field and display the values for each data field. Create the class diagram and<br>write the pseudocode that defines the class.<br>

Extracted text: 3. Design a class named TermPaper that holds an author's name, the subject of the paper, and an assigned letter grade. Include methods to set the values for each data field and display the values for each data field. Create the class diagram and write the pseudocode that defines the class.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here