Sorry! Posting Assignment is allowed only for commercial accounts.
class Output{ public static void main(String args[]) { try { int a=0; int b=7.0; int c=b/a; System.out.println("Good vibes only"); } }}