===========
Assignment # 1
===========
Write a program which behaves as follows:
Say I've these numbers;
45.545
5.4454
I'll print the numbers. The new outputs are:
45.545
5.445
Requirements:
1-Use void function to print out the output (e. g myChange)
2-Within the void function (e. g myChange), do the values transformation from any decimals to THREE decimal points.
Krijoni Kontakt