Which value can be centered to cause the following code segm
     Which value can be centered to cause the following code segment to display the massage  \"That number is acceptable\"?  int number;  cin >> number;  If (number > 10 || number  
  
  Solution
I think n explanation is needed for this one if you are doubt with any one please comment
14)
 curly braces{}
17)
 switch
18)
 break
16)
 99
(since it\'s between 11 and 99)

