using System;class Program{ public static void Main(string[] args) { int number = 1; while (number <=>=> { Console.WriteLine(number); number = number + 1; } }}
this program counts from 1-100. how can the program be fixed to print "is even" next to all of the even numbers and "is odd" next to all of the odd numbers 1-100?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here