1. class Example {2.   public static void main(String[] args) {3.    Short s = 15;4.    Boolean b;5.    /* insert code here*/ 6.   }7. }