how i can make my application write and read commands in windows console .(: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how i can make my application write and read commands in windows console .(:

I create my application by c#

1st Nov 2017, 4:00 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
1 Answer
+ 1
Good to see you back. Use Console.WriteLine ("Hello world"); to print any thing in the console Use string Name; Name = Console.WriteLine (); Console.WriteLine (Name); to read input in the console.
1st Nov 2017, 4:42 PM
sneeze
sneeze - avatar