Java Code:
public class Exercise3 {
 public static void main(String[] args) {
  System.out.println(50/3);
 }
}


Sample Output:


16