Interface | Description |
---|---|
IConsole |
The interface IConsole defines methods for the input and output of data
of type String (text), int (integral number) and float (floating point number)
in the context of simple console applications.
|
Class | Description |
---|---|
XConsole |
The class XConsole implements the interface IConsole, which
defines methods for the input and output of data of type String
(text), int (integral number) and float (floating point number)
in the context of simple console applications.
|