Ms Corrigan
Card image cap
Click this graphic to review what we did last time!
Practice writing programs!

You used C# in the .Net Framework and created a program!

Practice
Card image cap
Today's review assignment

Create a C# program that has a console output that says:

"Hello somename, you got a somenumber on your test."

Make sure you have 2 variables and you concatenate them to output the correct line.

Go somewhere
Card image cap
Get info from others

Console.WriteLine("Get me some info")

C#
We need to collect data to be able to do something with it!

Parse

Converting strings to ints..... again!

So what is the difference between ToInt32 and Parse? Not much- but ToInt32 rounds to the nearest int and Parse rounds to the nearest zero!

Take the test click here

Let's start thinking!

Click Here for a list of C# keywords and their meaning.