Help with simple JAVA code
Jimmy JohnDefine a utility class for displaying values of type double. Call the class DoubleOut. Include all the methods in the class DollarFormat, all the methods from the class OutputFormat , and a method called scienceWrite that displays a value of type double using e notation, such as 2 .13e-12. (This e notation is also called scientific notation, which explains the method name.) When displayed in e notation, the number should appear with exactly one nonzero digit before the decimal point-unless the number is exactly zero. The method scienceWrite will not advance to the next line. Also add a method called scienceWriteln that is the same as scienceWrite except that it does advance to the next line. All but the last two method definitions can simply be copied from the text (or more easily from the source code for this book that is available on the Web.). Note that you will be overloading the method names write and writeln.
Write a driver program to test your method scienceWriteln. This driver program should use a stub for the method scienceWri te. (Note that this means you can write and test scienceWriteln before you even write scienceWrite.) Then write a driver program to test the method sci enceWri te. Finally, write a program that is a sort of super driver program that takes a double value as input and then displays it using the two writeln methods and the scienceWriteln method. Use the number 5 for the number of digits after the decimal point when you need to specify such a number. This super driver program should allow the user to repeat this testing with additional numbers of type double until the user is ready to end the program.
Rubric
1. Completeness and Correctness of Code - 40 points
2. Correct Execution - 40 points
3. Comments - 10 points
Pseudocode - 10 points
- 11 years ago
- 5
Purchase the answer to view it
- DoubleOut.zip
- simplify (3a)(a^-3)
- Bible, James 5:14-15
- These two companies have been staunch competitors in the marketplace for several years and the employees of Company A are resentful of integrating with their former rival. There are many strategic and ethical challenges involved in this acquisition.
- BSHS 305 ENTIRE COURSE WEEK 1-5
- Do you agree with the "logic of collective action"? Do you think that people have nothing to gain by joining...
- Biography of Pope Paul V
- Professional Communication essay
- Discussion Question: EASY! <--------
- Management of Human Service
- Why do you think the argumentative style of writing fits so well in academic discourse?