diff options
| author | BensProgramma <[email protected]> | 2021-10-16 13:28:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-16 13:28:59 -0700 |
| commit | b22139b17d4b707c12645d9830aeb56f27832d28 (patch) | |
| tree | 0f245353f78b17d7f17e691493b2556dc72be1ed /CST116_Project1_Schroeder.cpp | |
| parent | Update CST116_Project1_Schroeder.cpp (diff) | |
| download | cst116-proj1-bensprogramma-b22139b17d4b707c12645d9830aeb56f27832d28.tar.xz cst116-proj1-bensprogramma-b22139b17d4b707c12645d9830aeb56f27832d28.zip | |
Update CST116_Project1_Schroeder.cpp
Diffstat (limited to 'CST116_Project1_Schroeder.cpp')
| -rw-r--r-- | CST116_Project1_Schroeder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116_Project1_Schroeder.cpp b/CST116_Project1_Schroeder.cpp index d668891..d532c4c 100644 --- a/CST116_Project1_Schroeder.cpp +++ b/CST116_Project1_Schroeder.cpp @@ -1,5 +1,5 @@ // CST116_Project1_Schroeder.cpp : This file contains the 'main' function. Program execution begins and ends there.
-// This program calculates the volume of a clylinder, given user inputs of: radius, and height
+// This program calculates the volume of a cylinder, given user inputs of: radius, and height
//
// Author: Benjamin Schroeder
// Date: 10/13/2021 7:53pm
|