Assignment 5
CSC 314 

Due: Wednesday Nov 26, 2003

Turn in: 

Peer Review:


Floating-Point Output - loosely defined

Purpose: Develop a function to print out 32-bit floating point values

Basic description: Floating point numbers will be stored in the standard 32-bit representation (standard format as described in class).

Some details:

Test Case:

Bonus : do both output options:

More Bonus : interface with C++:

Please ask questions in class as needed to discover the other details you will need to allow you to successfully complete this program.