You used C# in the .Net Framework and created a program!
PracticeCreate 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 somewhereParse
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!
Let's start thinking!