What output is produced by the following code fragment int n
     What output is produced by the following code fragment?  int n = 7, limit = 20;  while (n  
  
  Solution
Exercise 1:
Output :
8
10
12
14
16
18
Exercise 2
13
16
Exercise 3
50
45
40
35
30
25
20
15
10
5
0

