Answers for "why doesnt the if command work in C#"

C#
0

why doesnt the if command work in C#

int x = 10;
if x == 10 
console.writeline("hej");
Posted by: Guest on April-12-2021

Code answers related to "why doesnt the if command work in C#"

C# Answers by Framework

Browse Popular Code Answers by Language