Monday, March 31, 2014

3.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(Cunter);
Console.ReadLine();
 }
}

No comments:

Post a Comment