Attempting Console C# P1
Posted by Gizmosis350k
Last Updated: March 27, 2012
  1723

Console.WriteLine ("Hello, enter your name.");
string userName = Console. ReadLine ();
Console.WriteLine ("Welcome {0}\, please enter the phrase \"KONY 2012\"., userName);
string userInput1 = Console.Readline ();
bool comparison  comparison = "KONY 2012"
if 
{comparsion = true
Console.WriteLine ("Thank you, have a nice day");
Console.ReadKey ();
}
else
Console.WriteLine ("a wha do da eeediot ya man?");
Console.ReadKey();











_____________________________________________



So yeah, i didn'y have a compiler or anything so just point out what i did or didnt do and stuff @_@



   
  
 
 
   

 
 
Wow giz! u going well
 
Corrections!!!! 


Console.WriteLine ("Hello, enter your name.");
string userName = Console. ReadLine ();
Console.WriteLine ("Welcome {0}, please enter the phrase \"KONY 2012\"., userName);
string userInput1 = Console.Readline ();
string comp  = "KONY 2012"
if (userInput1 == comp)
{
Console.WriteLine ("Thank you, have a nice day");
Console.ReadKey ();
}
else
{
Console.WriteLine ("a wha do da eeediot ya man?");
Console.ReadKey();
}
 
bombaht as u can see i was well off key with most of the code but yea @_@


thanks samath
 
ur welcome! keep up the good work.......