How do I write a Java program uses an object-centered design andimplement a StarsTable class and uses it to solve this problem. Ineed a constructor and object programs. see attached.
It should take a sample input file from the command line:
Map of the night sky April 10, 2019
0 3 4 0 0 0 6 8
5 13 6 0 0 0 2 3
2 6 2 7 3 0 10 0
0 0 4 15 4 1 6 0
0 0 7 12 6 9 10 4
5 0 6 10 6 4 8 0
Solution