| | well guys, I'm very new to C++, and I've just received my new assignment today but don't know what does it mean, so I was hoping that you could help me out with it. In my assignment, I'm required to write a program that does the following. - It first lists each of the basic data types, stating the number of bits they use, their min and max values, and for floating point types, their min and max exponent values. - Then have the program prompt the user to enter a number and reply stating what number the user entered. - Must be presented all output to the user in a nice, userfriendly manner. My lecturer said something about do not hard code it out at the end of the class. |

