Computer Science, asked by anusharmas527, 1 month ago


Write a program to display all the escape sequences in java. ​

Answers

Answered by madhugupta15283
1

Answer:

public class Test {

public static void main(String[] args)

{

System.out.println("Hi geek, welcome to \"GeeksforGeeks\".");

}

}

Similar questions