•Name it Ch7Test.java (5points)
•Create a main method (5points)
•The main method needs to call on the "percentage" class. (20points)
• Create a method named "defect" (15points)
•The "defect" method needs to be a return method. **Hint***It doesn't need the word void. (20points)
•The "defect" method needs to return the percent to a text line in the main method. (25points)
•Your out put needs to look like the following... (10points)
Out of engine blocks made by Zilbermann engine company, % were defective. And defective engines were made?
.