Question: IN C + + Write a program that asks the user to enter the amount that he or she has budgeted for a month. A

IN C++ Write a program that asks the user to enter the amount that he or she has budgeted
for a month. A loop should then prompt the user to enter each of his or her expenses
for the month and keep a running total. When the loop finishes, the program should
display the amount that the user is over or under budget.
Instructions for the student:
Implement an Expenses class with three attributes;
a. description of MyString data type.
b. amount of float data type
c. date of Date data type.
d.(10 pts) Implement each class's constructor, destructors, mutators, and accessors members functions.
e..) Use this pointer in member functions.
f.(10 pts.) Overload the "Stream Extraction/ Insertion Operators" (>,) in both classes.
g.(5 pts.) Overload the relational (>,) and memberwise (=) operators.
#ifndef MYMyString_H
#define MYMyString_H
#include ?**
 IN C++ Write a program that asks the user to enter

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!