Description
Write a program to display the output shown in the sample run below. You must use the object oriented approach and the unary decrement operator overloading.
Sample Run
a=2
b=5
c=4
a=0
b=4
c=3
c=2
$10.00
Write a program to display the output shown in the sample run below. You must use the object oriented approach and the unary decrement operator overloading.
Sample Run
a=2
b=5
c=4
a=0
b=4
c=3
c=2