Answer:
class Main {
public static void main(String[] args) ");
System.out.println(" \\ _ /");
}
Step-by-step explanation:
Backslashes have a special meaning in string literals. You have to escape them with a backslash, hence the double backslash.
9.2m questions
11.9m answers