Write a program that reads the String representation of an arbitrary number and outputs a line with this number and its Int representation divided by 2.
Look at the example to understand the output format.
Write a program that reads the String representation of an arbitrary number and outputs a line with this number and its Int representation divided by 2.
Look at the example to understand the output format.
Sample Input 1:
12Sample Output 1:
The obtained value is 12 and its Int representation after division by 2 is 6Create a free account to access the full topic