Question: could you finish this please 1) Write an application that reads an integer from the user, then determines and displays whether it is odd or
1) Write an application that reads an integer from the user, then determines and displays whether it is odd or even. If the number is even, the application displays the message "The number is even", otherwise it displays the message "The number is odd". The solution should be named OddorEven. bedrc. Tools Extensions Window Help Debug Any CPU I Toolbox Maino Homework1pt.1.csproj* Evenor Odd.cs* X Homework1pt. 1 Homework1pt1 1 2 using System; 3 1 reference public class Homeworklpt1 5 { 6 O references 7 public static void Main() { 4 eV bu 000 10 wo i spla Console.Write("Please enter first integer: "); int num1 = int.Parse(Console.ReadLine()); hat the mes N 11 12 13 14 15 16 17 18 19 20 21 22 about that ca cation to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
