Computer Science, asked by latas1493, 10 months ago

Write a program in Java to print the following pattern:
COMPUTER
O. E
M. T
P. U
U. P
T. M
E. O
RETUPMOC
This dot(.) Is not needed.it was printing by itself

Answers

Answered by khushivashuchaudhary
1

Answer:

i don't know ........

..........,.,,...

........

Answered by tanushreed237
1

Answer:

class reverse

{

public static void main( )

{

System.out.println("Computer");

}

}

Similar questions