My issue
I rearrange the code but answer display wrong
using System;
namespace MyApplication
{
class Program
{
static void Main(string[] args)
{
Console.Write(12 + 7);
}
}
}
Learning course: Learn C#
Problem Link: CodeChef: Practical coding for everyone