The Assignment
Where do the numbers go?
Copy and paste the following block of PsuedoCode into Visual Studios.
1. Create variables for every line of PsuedoCode that needs one.
2. For other lines of PsuedoCode Print out what is contained in those variables to the console.
3. Use Concatenation to output correct lines of text to the Console, when needed.
4. Screen shot your code (including your name block) and your Console results
5. Turn both Screenshots into google Classroom
Psuedocode
// First variable should contain this number 3.14 and be named Pi
// Second variable should contain the number 457 and be named Num1
// Third variable should contain the number 782 and be named Num2
// Fourth variable should contain the 25.5 and should be named building Height
// Write this message out to the console, The mathematical number of pi is (insert variable) we use it to figure out dimensions for a circle
// Write this message out to the console, If I have a circle that has a radius of (insert variable Num1) and we square it and multiply it by pi (insert variable Pi), we can find out what the are of that circle
// Write this message out to the console, The other two numbers that we can work with are (insert Num1) and (insert nNum2)