An input statement reads the information from an input device or a file. It then separates the info into separate items converting them into binary form understood to computer. Finally, each item resides in a separate variable allocated to it for further processing. On the other hand, output statements read the items from the processed […]