Question: C# Programming Write an application named OddNums that displays all the odd numbers from 1 through 99. OddNums.cs Instructions 1 using static System.Console; 2 class
C# Programming
Write an application named OddNums that displays all the odd numbers from 1 through 99.

OddNums.cs Instructions 1 using static System.Console; 2 class OddNums Write an application named OddNums that displays all the odd numbers from 1 through 99. 4 static void Main() 6 I/ Write your main here. GRADING As you complete the steps above, you can use the Test button to check if the lab tests are passing. Once you are satisfied with the results, use the Grade button to save your score 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
