From ff844319a5d055c1de53b75f89098ad929c04537 Mon Sep 17 00:00:00 2001 From: "Harry Clark (clarkh9)" Date: Sun, 25 Dec 2022 02:23:52 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c84e758..61d4125 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ can be used in both C/C++ programs The use of the library is the way that C++ declares standard input and output. The thing that provides this library with the distinction with C libraries of a similar nature is that C++ uses specific keywords to handle various -char oriented tasks such as cout for character output and cin for character output +char oriented tasks such as cout for character output and cin for character input Another way of writing "Hello World" to the Console is through using the namespace std as demonstrated below.