I created 5 separate programs, and put them in the same folder; each one of them has a package. I need to create another one that calls their methods. The incomplete code that I have so far is:
import edu.macomb.itcs2590.babylonlion .cars.*;
import edu.macomb.itcs2590.babylonlion .trucks.*;
public class InventoryApp
{
public static void main(String[] args)
{
}
}
please help me with this