Write a program to display all the escape sequences in java.
Answers
Answered by
1
Answer:
public class Test {
public static void main(String[] args)
{
System.out.println("Hi geek, welcome to \"GeeksforGeeks\".");
}
}
Similar questions