Sixth Edition
Work (or at least look at) the following practice exercises from the
textbook. Do not submit them on the COL Project Submission System.
- Page 70: 19 27 28 37 39 43
- Page 83: 26 35 38 42
- Write lines of VB.NET code that format and print the value of
gpa = 85 / 97;
- Format with three places behind the decimal point. Only display
digit to left of decimal point if > 0.
- Format with two places behind the decimal point. Always display
digit to left of decimal point, even if 0.
- Page 208: 4 16 18 31 38 39
- Page 227: 3 16 25
- Page 471: 27 33 35 36
- Page 254: 2 7 23 24 31
- Page 286: 6 10 13 21 23
- Page 144: 11 24 46 54
- Page 179: 5 6 14 16
- Page 317: 4 12 19 21
- Page 439: 1 5 12 13
- Page 494: 23 35 36 38
Fifth Edition
Work (or at least look at) the following practice exercises from the
textbook. Do not submit them on the COL Project Submission System.
- Page 71: 19 31 32 41 43
- Page 84: 26 35 38 42
- Write lines of VB.NET code that format and print the value of
gpa = 85 / 97;
- Format with three places behind the decimal point. Only display
digit to left of decimal point if > 0.
- Format with two places behind the decimal point. Always display
digit to left of decimal point, even if 0.
- Page 205: 4 16 18 31 38 39
- Page 224: 3 16 25
- Page 464: 27 33 35 36
- Page 250: 2 7 23 24 31
- Page 281: 6 10 13 21 23
- Page 142: 11 24 46 54
- Page 177: 5 6 14 16
- Page 312: 4 12 19 21
- Page 433: 1 5 12 13
- Page 487: 23 35 36 38