educational course/tutorialoutlet.com educational course/tutorialoutlet.com | Page 64

project. First export your project from NetBeans, as detailed in previous assignments o Name your export file in the following format: & lt; lastname & gt; Assn & lt; x & gt;. zip For example: SmithAssn8. zip NOTE: Save this zip file to some other directory, not your project directory. Then submit your. zip file to the Java ProgAssn 8 assignment submission folder( located under the Assignments / Dropbox tab in the online course). o Warning: Only NetBeans export files will be accepted. Do not use any other kind of archive or zip utility. Grading Programs will be graded using the rubric that is linked on the same assignment page as this file. WARNING: Programs submitted more than 1 day past the due date will not be accepted, and will receive a grade of 0 * Description of class and author and version tags */ public class SpeedingTicket { // ticket data fields go here // constructor with parameters( and comments) goes here // getters( with comments and return tags) go here } /** * Description of class and author and version tags */ public class TicketArrayImpl { // static constant array size goes here // data fields go here( ticket array and ticket count) // constructor without parameters( nd comments) goes here //