December 2017
Beginner
366 pages
5h 36m
English
© Radek Vystavěl 2017
Radek Vystavěl, C# Programming for Absolute Beginners, https://doi.org/10.1007/978-1-4842-3318-4_8
Radek Vystavěl1
(1)Ondřjov, Czech Republic
Up to now, all of your programs have been manipulating data (numbers, text, and so on) that was either fixed directly in source code or drawn from the operating system (dates, random numbers, and so on). Typically, programs get their data from the user, which is what you will learn about in this chapter.
You will start your study of input with the simplest possible case.
You will write a program that accepts a single line of text from the user and immediately repeats the inputted text to the output (see Figure 8-1).
Here ...
Read now
Unlock full access