with Ada.Integer_Text_IO;Writes number in format String to output.
Standard Default Output is the console.
Put(N: Integer);Put(N: Integer; Width: Integer);Reeads a number from the Standard Input (Console)
Standard Default Output is the console.
Get(N: Integer);