.Net
sorry, I’m new and I’m an idiot. but help? I can’t seem to find any errors but visual studio gives me around 6 errors.
using System; namespace ConsoleApp2 { class Program { static void Main(string[] args) { Console.WriteLine(“AAAAAAAAAAA?”); string AAA = Console.ReadLine(); if (AAA == “AAAAAAA!”); { Console.WriteLine(“AAAAA”); } else { Console.WriteLine(“AAAAAAA”); } } } } Semicolon after the Read more…