aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt
blob: 265a0ac7183c35cc0b318dfb6968179adbb180cc (plain) (blame)
1
2
3
4
5
SET MONEY=123.45
IF RAISE input=!0 THEN set value of RAISE
	SET N= MONEY*RAISE
	OUTPUT= MONEY+N
PRINT OUTPUT