Homework Chapter 7, 8
Please print out the code portions of this homework as well.
- Write a program that implements figure 7.8 page 255. You should
store the three numbers in character arrays which contain only the values
0 and 1. You may assume the numbers are less than 64.
- Exercise 1, parts a,b, and c page j304
- Exercise 11 page 305, write C code that demonstrates this.
- Exercise 15, page 306 parts a,b,c and e.
- Write a program that will find the largest and smallest floating point
number that can be represented on a computer.