Wednesday 24 April 2013

Predict the output of the following code snippet: using System; class Myclass { static void Main() { string Answer="Y"; string Response_code="66"; int Counter=60; Console.WriteLine(Answer); Console.WriteLine(Response_code); Console.WriteLine(Counter); Console.ReadLine(); } } (Duration: 15 min)


using System;
class Myclass
{
static void Main()
{
string Answer="Y";
string Response_Code="66";
int Counter=60;
Console.writeLine(Answer);
Console.WriteLine("Response Code");
Console.WriteLine(Cunter);
Console.ReadLine();
 }
}

No comments:

Post a Comment