Question
Directions: Open the ch06_ex1_Invoice project. Take a screenshot after you open NetBeans and paste it into a Word or Word processing application and save it
Directions:
Open the ch06_ex1_Invoice project. Take a screenshot after you open NetBeans and paste it into a Word or Word processing application and save it as LastName_Assignment01.
Test the Invoice Application with an invalid total like $1000 and include the dollar sign. This should cause the application to crash with a runtime error and to display an error message in the Output window. Take a screenshot of the error message and paste it into your assignment.
Study the error message and note the line number in the statement in the InvoiceApp class that caused the crash. Then click on the link to that line of the code. This should open the InvoiceApp.java file in the code editor and highlight the line of code that caused the crash and take a screenshot and paste it into your Word document.
Figure out why the application crashed because you entered in the $1000 and describe how it can be fixed in your assignment.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started