switch(x) { default: June 6, 2022 by admin โช Choose the correct option. switch(x) { default: System.out.println("Hello"); }Which two are acceptable types for x?bytelongcharfloatShortLongA. 1 and 3B. 2 and 4C. 3 and 5D. 4 and 6 Submit Answer