using System; class Program { public static void Main(string[] args) { int number = 1; while (number


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?



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here