Question: JAVA!!!! Create a class called Movies C. Create an Array called namesofActress size of 3, which will store actress names. C. Create a method called
JAVA!!!!Create a class called Movies C.
Create an Array called namesofActress size of 3, which will store actress names.
C. Create a method called actors method will print the three actress names.
D. Create a method called storeActors method will store actor name into array, name will be from user.
E. Create a method called salePrice
a. salePrice will calculate ticket price of 8.50 * number of people * TAX(6%)
b. salePrice will print price.
F. Call method called storeActors with Sarah (HAS A)
G. Call method called storeActors with Ariel (HAS A)
H. Call method called storeActors with Mariana (HAS A)
I. Call method called salePrice with an int value of 9
J. Call method called actors.
K. Make a print statement that says Finished
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
