-if

  1. Elkish

    Resolved Having an input problem

    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")...
Back
Top Bottom