(Java) HELP!
Create a program that used a main method and a method named”subtractTwoNumbers()”. Your subtractTwoNumbers() method shouldrequire three integers to be sent from the main method. The secondand third numbers should be subtracted from the first number. Theanswer should be returned to the main method and then displayed onthe screen.
Your main() method will prove that your subtractTwoNumbersmethod works.
Expert Answer
An answer will be send to you shortly. . . . .