What is an input stream?

It is a sequence of bytesIt flows from an input to memory of our programWe can input using our keyboardsIt will automatically display on our screens

Awesome! An input stream is a sequence of bytes usually from our keyboards that flows to the memory of our program.

It will not display unless we specifically output the bytes from the input.

Sorry that's wrong! An input stream is a sequence of bytes usually from our keyboards that flows to the memory of our program.

It will not display unless we specifically output the bytes from the input.