Use the variables k , d , and s so that they can read three different values from standard input -- an integer , a double , and a string respectively . On one line , print these variables in reverse order with exactly one tab in between each . On a second line , print them in the original order with exactly two spaces in between them .



Answer :

Other Questions