index
:
cst116-lab1-tyler-tenny
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
psuedocode.txt
blob: cf59d2ec56cdef578120adb888f64cce31977a61 (
plain
) (
blame
)
1
2
3
4
5
6
SET A = 10 SET B = 100 SET C = 1000 SET D = A + B + C DIVIDE D BY 3 PRINT "D"