| 
 
 | 
| 
 | exercises chapter 1Use the last program as a basis to determine the highest / smallest number which can be represented by the int type for any reasonable combination of the 4 modifiers 
 
 Write a program that is able to produce the following output: 
 (Two numbers per line, separated by a colon. First column numbers increasing from 1 to 20 in steps of 1. Figure out the formula (simple!) for the second column numbers first.) 
 
 | 
| 
 |