Write a program that takes as input decimals and prints the decimals.
Input Format
The first line contains N, the number of test cases.
The N lines after that contain the decimals that you need to print.
Output Format
Print each decimal in a single line
Sample Input / Output
Input
3
2.5
3.99
145.678
Output
2.5
3.99
145.678
Answers
Answered by
2
Answer:
this program it's your mind to fine the thinking
Similar questions