Computer Science, asked by keziahmanjuantoney, 2 months ago

Write a Java program for this pattern:

Attachments:

Answers

Answered by pragati12380
0

Answer:

class java

{

void main()

{

system.out.println("B");

system.out.println("/tL");

system.out.println("/t/tU");

system.out.println("/t/t/tE");

system.out.println("/t/t/t/tJ");

}

}

Explanation :-

Please mark as Brainliest and give thanks

Similar questions