I'm having a small bit of trouble with this line of code:
/*the first
three lines
had info abt the website*/
using System;
public class HelloWorld
{
public static void Main(string[] args)
{
string name = Console.ReadLine();
if (name = "John");
{Console.WriteLine("Hello")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.