26.6k views
3 votes
Which of the following statements does not contain an error?

I. System.out.print("/tab Age in Minutes: " + ageInMinutes + "/n");
II. System.out.print("/t Age in Minutes: " + ageInMinutes + "/n");
III. System.out.print("\t Age in Minutes: " + ageInMinutes + "\\");

User Safa
by
8.0k points

1 Answer

4 votes
III is correct .... esc code use \
User BatScream
by
8.4k points