19.6.1. Exercises: Standard Expression Conversions

Assume that you have the following declarations:

        double d = 123.456;
        int i = 789, j = -1;
        uint k = 10;
      

[ fromfile: types.xml id: None ]