Это С#
using System;

public class MainClass
{
public static void Main()
{
int num = Int32.Parse(Console.ReadLine()); // Запрашиваем ввод из консоли и вытягиваем из него число

if ( ... ) // Напишите свой код вместо "..." слева
{
Console.WriteLine("EVEN");
}
else
{
Console.WriteLine("ODD");
}

}
}​
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.