Question: Use the same project you create in Task 1 for all programming tasks. TASK1 1. Start Eclipse 2. Create a Lab3 project. Add a class
Use the same project you create in Task 1 for all programming tasks. TASK1 1. Start Eclipse 2. Create a Lab3 project. Add a class named Task 1 . 4. import the Scanner 5. Declare 3 variables amount, dollars, cents all of type double. 6. Prompt the user for an amount of money (such as 289.95) 7. Write statements to break up the amount into dollars and cents 8. Write statements to output the values in amount, dollars and cents on separate lines 9. Copy the code and output into notepad for submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
