Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Illaya

Illaya

Illaya has asked 0 questions and find answers to 3 problems.

Stats

49
EtPoint
11
Vote count
0
questions
3
answers

About

string Name = "Illayarja Palraj";
string City = "Chennai";
string Country = "India";
string Designation = "Jr. Software Engineer";
string aboutMe;

if(aboutMe)
{
   Console.WriteLine("I am "+ Name +" simply Illaya from "+ City +", "+ India +". Working as "+Desgnation);
}