From 6f41c7ce40b348c7d3ef359ffa11db4341972316 Mon Sep 17 00:00:00 2001 From: Carimhmm <91995306+Carimhmm@users.noreply.github.com> Date: Tue, 5 Oct 2021 18:28:15 -0700 Subject: Add files via upload --- Blakermoduleone.cpp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Blakermoduleone.cpp (limited to 'Blakermoduleone.cpp') 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 + +//int main() +//{ + // std::cout << "Modified version of original C program " + // << " (by kernighan & Ritchie)\n"; + + // std::cout << "Hello World!"; + + // return 0; +//} + +#include + +int main() +{ + std::cout << "My name is Cari.\nI am 30 years old."; + + +} \ No newline at end of file -- cgit v1.2.3