Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
HI Friendzz....!!!!

Is there any shortcut instaed of writing Console.WriteLine && Console.ReadLine?
Posted
Updated 12-Jan-20 15:29pm
Comments
Sergey Alexandrovich Kryukov 8-Jan-12 3:29am    
Why? It looks like you have no idea what's programming is and what is it for... Perhaps you need to learn some...
--SA
Kuthuparakkal 21-Feb-15 11:37am    
Create Methods like
void CW(string s)
{
Console.WriteLine(s);
}

1 solution

You can create a code snippet in Visual Studio which will replace "cw" and "cr" with what you want.
 
Share this answer
 
Comments
Kuthuparakkal 21-Feb-15 11:39am    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900