Question: Jim develops 5 Java applications a year. Joe develops 10 Java applications a year. Jim gets paid $5000.00 per application, but Joe gets paid $10000.00 per application.
Part 1.) What type of equation would you create to determine how much either Joe or Jim makes separately? What equation is needed in Java? What data type is needed need for this equation?
Part 2.) What type of equation would you create to determine the combined total of Joe and Jim's worth? What is the equation in Java? What would be an incorrect way of writing this equation (think parentheses)?
Answer these parts in details and provide examples to support your rationale.