Question: please help I'm a beginner programmer and I need help with this java program. Please use the Eclipse IDLE because that's what I'm working on

 please help I'm a beginner programmer and I need help withthis java program. Please use the Eclipse IDLE because that's what I'mworking on and also explain step by step. And follow the instructions

please help I'm a beginner programmer and I need help with this java program. Please use the Eclipse IDLE because that's what I'm working on and also explain step by step. And follow the instructions .

Programming Challenge Chapter 3 #11 (45 points) Patient Charges Use the console for I/O. Use constants where appropriate. Make sure to use private / public appropriately and write everything asked for in problem. You should be turning in a Patient.java, Procedure.java and Medical Test.java (this class houses your main). For the Coding Style aspect of your homework, I'm looking at the following. Use of constants. Try not to hard code numbers and strings into your source code. Use finals. WRONG: newValue = oldValue *(1+.08): RIGHT: final double INTEREST_RATE= .08; newValue = oldValue *(1+INTEREST_RATE); Indenting: The code for each block of code (block of code is code inclosed within opening and closing curley braces) should be indented one level in. EXAMPLE if(myNum

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!