Question
Problem 1
Using Java Development Kit and jGrasp, develop a program in response to following prompt-
write down a program that prompts the user to input a decimal number and outputs the number rounded to the nearest integer.
Remember rules around proper development style and form, including adding comments.
Problem 2
Jim develops 5 Java applications a year. Joe develops 10 Java applications a year. Jim gets paid $5000.00 per application, although Joe gets paid $10000.00 per application
1.) What type of equation would you produce to determine how much either Joe or Jim makes separately? What equation is required in Java (ignoring the $ symbol)? What data type is necessary require for this equation?
2.) What type of equation would you generate to determine the combined total of Joe and Jim's worth? What is equation in Java? What would be an incorrect way of writing this equation?