If i have given serie of numbers separated by spaces, for example: INPUT 1 5 8 4
How can i save these integers in 4 diferent variables for each one? like:
x= 1;
y=5;
z= 8;
a= 4;
If i have given serie of numbers separated by spaces, for example: INPUT 1 5 8 4
How can i save these integers in 4 diferent variables for each one? like:
x= 1;
y=5;
z= 8;
a= 4;