-2

This is regarding an interview question to print triangle in the center of the console. Is there any way to identify the console size in characters in java? With that how to print the object in the center of the console\screen in java?

Aditya
  • 115
  • 1
  • 9

1 Answers1

0

You could a curses-like library (Charva for instance) to print it.

To print it in the center of console window you'd have to determine it's width, which is not an easy task.

Community
  • 1
  • 1
Jezor
  • 3,253
  • 2
  • 19
  • 43