E:\School\CS430\FORTRAN2>mcnamee2 This program will turn base 10 inputs into base 2 Type an integer number between 1 and 32767: 6179 The base 10 value of the input is: 6179 The base 2 value of the input is: 001100000100011 Type a decimal number up to 5 digits: .55601 The base 10 value of the input is: .55600 The base 2 value of the input is: .100011 The program has ended successfully E:\School\CS430\FORTRAN2>