DisplaySlashes
Time Limit: 1000 ms
Memory Limit: 65536 KiB
Problem Description
Write a program that can give the output as shown in figure 1:
Figure 1
Input
No input.
Output
Produce the output shown in Figure 1.
Sample Input
No.
Sample Output
\ is a backward slash / is a forward slash To display a \ you need to add an extra \. To display a " place a \ before the "
Hint
Source
maxj