aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/cst116-lab0-debugging-starktre-psuedo-code.txt
blob: e4e73871f337fe2037c2ce1f730545b688cdef3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
include the iostream and iomanip libraries
use iostream without std prefix

begin main
print current amount of money

prompt user for raise in precent

calculate new money total with inputed raise

print new moeny total
end main