Task1: Showing my fabulous name on the console
(Quick Help) IF the console shuts itself down right after your compiled code is executed, try;
running your app via pressing [Ctrl + F5].
How to keep the console from shutting down when running your new Visual Studio Project
Task2: "Echolalia" Read a line from the console and then return the same string back onto the console.
Task3: Write a program that computes the Reciprocal of a complex number x + iy
In this execercise you learn to parse the input into "double" type data using "Double.Parse Method"
Task4: Compute a circle's area from its radius given
This one was bit tricky since I needed to use "Math.Pi" as the constant number π
Task5: Write a program that computes the BMI of a person when his/her body weight and height are to be given
コメント
コメントを投稿