vardaansinha / vsstudent

MIT License
0 stars 0 forks source link

Week 1 Troubleshooting #4

Open vardaansinha opened 1 year ago

vardaansinha commented 1 year ago

Here are some issues that I had and troubleshooted for the week:

  1. I had formatting errors on the front matter, it was showing the table under the wrong section.

SOLUTION: I had to make sure I had the correct closing tags so that the table was up at the top.

  1. Java Console Games - issue with finding a console input/output in the first place

SOLUTION: I had to make sure I was calling the main public class at the very end. Without this, IJava is not going to work and there will be no input/output offered to the user.