new Java programmer here. I have some experience with C/C++, but something that I'm finding troubling with Java is that your class name must be the same as your file name.
My professor wants us to name our files according to the specific homework assignment (i.e. CH03_12 for chapter 3, program #12) However I'm finding it increasingly difficult to function when I'm having to use that as my class name.
I emailed him about the problem, and he replied with "Keep CH03_12 for the class/file name driver which manipulates the Invoices." Anyone who can help me better explain what he's saying would be of great help. :)
Thanks!