+ 3
How its possible ? if i get input from user and its command not show on screen . Only final answer become output
5 Answers
0
It's simple answer
Just use
Console.Clear();
Before display the final answer command.
+ 3
Can you give a little example what input, command and output (final answer)? I don't really understand what you mean.
+ 1
You can achieve it by getting screen cleared after user input and before displaying final answer.
0
Yeah! You'll will use this function either. But this will only clear the screen explicitly. Which is tantamount to treacherous output. Not Really Logically...
- 1
It's possible using getch function, which is define in the header file of conio.h. Although, it'll take single character, but you can use array and loops for such code.