Coding
What did I do wrong? Is there anything here that isn’t allowed? Sorry I’m kinda new and I cant find anything related to this on google so I came here for help
An if statement looks like this: The “expression” part MUST be in parenthesis, they aren’t optional. Also, the way we compare things to see if they are equal in C# uses the == operator. We Read more…