aboutsummaryrefslogtreecommitdiff
path: root/3c/runs.txt
blob: b9fa116b393e3c2aa920fa85399092b36117071e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
4.13.2 run
C
+
+

C:\Users\jakno\source\repos\CST116\cst116-lab2-JacobAKnox\3c\4.13.2Exercises\4.13.2Execises\Debug\4.13.2Execises.exe (process 11024) exited with code 0.
Press any key to close this window . . .

4.13.3 psudocode:
cont days_per_year = 365
int age_years, age_days
print "How old are you in years"
age_years = input
age_days = age_years * days_per_year
output "You are " + age_days + " days old"

4.13.3 run
How old are you in full years: 18
You are 6570 days old.
C:\Users\jakno\source\repos\CST116\cst116-lab2-JacobAKnox\3c\4.13.3Exercises\4.13.3Execises\Debug\4.13.3Execises.exe (process 2352) exited with code 0.
Press any key to close this window . . .