January 2020

Programming Logic

Programming Logic 1. Find the bugs(5bugs)   // A Patient class is used by a doctor’s office. // The Patient class has two overloaded constructors: //    1) a default constructor, //    2) one that requires an ID number, first and last name. // A demonstration program declares two Patient objects // and displays

Programming Logic Read More »

Penn Foster Exam

Penn Foster Exam 1. What is the default file extension for a file saved in Word 365? A. .doc365 B. .docext C. .docx D. .doc   2. Formulas within table cells always begin with A. parentheses. B. a symbol that looks like a backwards F. C. theAutoSum symbol. D. an equals sign.   3. How

Penn Foster Exam Read More »

C++ Homework Due In 4 Days

C++ Homework Due In 4 Days Exercise P8.1. Derive a class Programmer from Employee. Supply a constructor Programmer(string name, double salary) that calls the base-class constructor. Supply a function get_name that returns the name in the format “Hacker, Harry (Programmer)”. Exercise P8.2. Implement a base class Person. Derive classes Student and Instructor from Person. A person has a name and a birthday. A student has a major, and an instructor has

C++ Homework Due In 4 Days Read More »

Scroll to Top