Write a java program to get the following output
|"/"\"/"\"|
Answers
Answered by
1
Answer:
It will give u an error
Explanation:
Answered by
0
Answer:
class abc{
public static void main(String args[]){
System.out.println("|"/"\"/"\"|");}}
Similar questions