static void Main(string[] args)
{
int a, b;
int c;
Console.Write("enter 2 values");
a = Console.Read();
b = Console.Read();
a = c;
b = a;
c = b;
Console.Write(a);
Console.Write(b);
{
int a, b;
int c;
Console.Write("enter 2 values");
a = Console.Read();
b = Console.Read();
a = c;
b = a;
c = b;
Console.Write(a);
Console.Write(b);
}
Rafnas T PPosted Apr 4, 2018, 7:50 AM
Satish Kumar VadlavalliPosted Apr 4, 2018, 7:44 AM