Sorry! Posting Assignment is allowed only for commercial accounts.
class output { public static void main(String args[]) { double a, b,c; a = 3.0/0; b = 0/4.0; c=0/0.0; System.out.println(a); System.out.println(b); System.out.println(c); } }
x = y = [1, 4, 6]y [2] = 3print(x)