title : Input and output
Input and Output
To print on to the terminal we use :
std.out("Hello World");
To take input from terminal we use :
std.input();
To print on to the terminal we use :
std.out("Hello World");
To take input from terminal we use :
std.input();