using System;
public class EvenOdd
{
public static Main(string[]args)
{
int num
Console.WriteLine("Enter num");
num=Convert.ToInt32(Console.ReadLine());
if(num%2==0)
{
Console.WriteLine("Even");
}
else
{
Console.WriteLine("Odd");
}
}
}
Ankitware is a platform where you get NIIT dumps fully solved!!!!! NIIT Lab At Home ; NIIT Pmr ,NIIT cycle test, Window app. Contact:ankitware@gmail.com.
No comments:
Post a Comment