Question: Develop a java program to create a user defined package using following instructions. 1. Create a java project/file with name packYourID . Package 1 :

Develop a java program to create a user defined package using following instructions.

1. Create a java project/file with name packYourID.

Package 1 :

2. Create a package with name YourFirstName.

3. Create a java public class with name FormulaSub.

4. Create a public method with name Subtraction to subtract and return any two integer numbers.

Subtraction = P - Q

Package 2 :

5. Create a package with name YourLastName.

6. Create a java main class with name MainSub.

7. Import the package YourFirstName.

8. Display the subtraction of any two numbers using object of FormulaSub.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!