Write a program that convert decimal number into standard floating point format.
SEEMMMMM
i)The implied decimal point is at the beginning of the mantissa.
ii)A"1" is used to represent positive number and a "9" is used to represent negatif number.
iii)Excess-50 notation is applied.