diff options
| author | Griffinwizard <[email protected]> | 2021-10-02 12:26:18 -0700 |
|---|---|---|
| committer | Griffinwizard <[email protected]> | 2021-10-02 12:26:18 -0700 |
| commit | 940d0a5a7c500bd37a9b488c134df60be1e95cad (patch) | |
| tree | 739056a1ba45329a1f4642388c0916c82cfa87f0 /Pseudocode2a.txt | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab1-jacobaknox-main.tar.xz cst116-lab1-jacobaknox-main.zip | |
Diffstat (limited to 'Pseudocode2a.txt')
| -rw-r--r-- | Pseudocode2a.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Pseudocode2a.txt b/Pseudocode2a.txt new file mode 100644 index 0000000..c34c3f1 --- /dev/null +++ b/Pseudocode2a.txt @@ -0,0 +1,7 @@ +Pseudocode +output "input a radius" +get input radius +r = radius +pi = 3.1416 +a = pi * r * r +output a
\ No newline at end of file |