diff options
| author | JacobAKnox <[email protected]> | 2021-10-10 21:54:27 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-10 21:54:27 -0700 |
| commit | 47ab286682df059c66aa3f9c5f739e848b069ba3 (patch) | |
| tree | 373d2894c39ddf2c397008062df01a611758a6cb /PsudoCode.txt | |
| parent | Initial commit (diff) | |
| download | cst116-proj1-jacobaknox-47ab286682df059c66aa3f9c5f739e848b069ba3.tar.xz cst116-proj1-jacobaknox-47ab286682df059c66aa3f9c5f739e848b069ba3.zip | |
Working version
Diffstat (limited to 'PsudoCode.txt')
| -rw-r--r-- | PsudoCode.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PsudoCode.txt b/PsudoCode.txt new file mode 100644 index 0000000..75b7487 --- /dev/null +++ b/PsudoCode.txt @@ -0,0 +1,5 @@ +radius = getradius +height = getheight +pi = 3.141 +v = r * r * pi * height +output volume
\ No newline at end of file |