I'm having Java course and I have to submit the following programs by the coming Wednesday
Was the assignment given to you today? If no, then what were you doing all this time? If yes, then you have a very demanding teacher.Please may you code those for me for this time?
Does this mean that next time you will do it on your own?
But if you can't do this now, how will you be able to do the more advanced? Not to mention that you would not have learned how to think on your own, so even if youdo understand the code that we would have given you, you would not be able to think the solution for the next assignment.
javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
Well I cannot do the whole thing for you, nor offer help without knowing your level.
And to see your level I will need to see some code.
For the Part 1 you will need the Math class. (search it at the net)
and the
JOptionPane class. Use the static methods (showInputDialog).
For component use null.
Don't bother with the input. First use variables with initial values to do correctly the calculations and then search this forum for the Scanner class and how to read input using that.
javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448