What will be printed from the following code snippet?a = 1, b = 2, c = 3;if (a > b) print("#####");else print("&&&&&");println("****");