Computer Science, asked by dinithimendis42, 17 hours ago

Write a java program to get the following output
|"/"\"/"\"|

Answers

Answered by raunakk5519
1

Answer:

It will give u an error

Explanation:

Answered by anishkumar8a14
0

Answer:

class abc{

public static void main(String args[]){

System.out.println("|"/"\"/"\"|");}}

Similar questions