Submitted By: Ben on March 8, 2017
10
1
10636
i code efficiently
0
April 13, 2017, 6:01 pm
if(userNumber % 2 == 0) { Console.WriteLine("Your number is even!"); } else Console.WriteLine("Number is odd");
Please Signin or Signup to add a comment