aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarimhmm <[email protected]>2021-10-05 18:28:15 -0700
committerGitHub <[email protected]>2021-10-05 18:28:15 -0700
commit6f41c7ce40b348c7d3ef359ffa11db4341972316 (patch)
tree487ace595c7c267e19aa6275e85c975f0d41bb6c
parentAdd online IDE url (diff)
downloadcst116-lab1-carimhmm-6f41c7ce40b348c7d3ef359ffa11db4341972316.tar.xz
cst116-lab1-carimhmm-6f41c7ce40b348c7d3ef359ffa11db4341972316.zip
Add files via uploadHEADmain
-rw-r--r--545483A6-26B7-4A70-A4EC-139D4EBAE4BA.pngbin0 -> 690082 bytes
-rw-r--r--Blakermoduleone.cpp31
-rw-r--r--C5D48D04-E971-4A90-8638-DE43032A340A.pngbin0 -> 695922 bytes
3 files changed, 31 insertions, 0 deletions
diff --git a/545483A6-26B7-4A70-A4EC-139D4EBAE4BA.png b/545483A6-26B7-4A70-A4EC-139D4EBAE4BA.png
new file mode 100644
index 0000000..c47e7dd
--- /dev/null
+++ b/545483A6-26B7-4A70-A4EC-139D4EBAE4BA.png
Binary files differ
diff --git a/Blakermoduleone.cpp b/Blakermoduleone.cpp
new file mode 100644
index 0000000..ba4e35d
--- /dev/null
+++ b/Blakermoduleone.cpp
@@ -0,0 +1,31 @@
+//Pseudocode for radius of a circle:
+//1. include iostream
+//2. main() function
+//3. prompt user to input circle radius:
+//4. assign prompt value to RADIUS
+//5. assign PI value of 3.1416
+//6. assign AREA value PI*RADIUS squared
+//7. Print AREA of circle
+//8. Call to main
+
+
+//#include <iostream>
+
+//int main()
+//{
+ // std::cout << "Modified version of original C program "
+ // << " (by kernighan & Ritchie)\n";
+
+ // std::cout << "Hello World!";
+
+ // return 0;
+//}
+
+#include <iostream>
+
+int main()
+{
+ std::cout << "My name is Cari.\nI am 30 years old.";
+
+
+} \ No newline at end of file
diff --git a/C5D48D04-E971-4A90-8638-DE43032A340A.png b/C5D48D04-E971-4A90-8638-DE43032A340A.png
new file mode 100644
index 0000000..2483cf6
--- /dev/null
+++ b/C5D48D04-E971-4A90-8638-DE43032A340A.png
Binary files differ