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 pts Implement each class's constructor, destructors, mutators, and accessors members functions.
e Use this pointer in member functions.
f pts Overload the "Stream Extraction Insertion Operators" in both classes.
g pts Overload the relational and memberwise operators.
#ifndef MYMyStringH
#define MYMyStringH
#include
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
