string is a data-type it use for noun like
string name="saira" (more then one word)
and to take input from user we just write name=Console.ReadLine();
we don't use here string.parse because Console.ReadLine() also a string calling input
so need to convert it again in string ...