© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
G. ByrneTarget C#https://doi.org/10.1007/978-1-4842-8619-7_4

4. Input and Output

Gerard Byrne1  
(1)
Belfast, Ireland
 

Write to and Read from the Console

We learned in Chapter 3 that under the direction of a program, written in a programming language and converted to machine-readable code, the computer can perform the following tasks , as shown in Table 4-1.
Table 4-1

Input, output, and process

Input

The computer can accept user input from the keyboard.

Process

The computer can perform arithmetic calculations and other types of processing.

Output

The computer can display a message or a result on the screen.

This chapter will concentrate on how to output to the ...

Get Target C#: Simple Hands-On Programming with Visual Studio 2022 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.