11.
Start
Hello from the second if
End
Start again
End again
12.
large
13.
small
14.
medium
15.
if(n<0) cout<<n<<"is less than 0. \n"; else if((n>=0)&&(n<=100))
cout<<n<<" is between 0 and 100 \n";
else
cout<<n<<"is greater than 100 \n";