Answered You can hire a professional tutor to get the answer.

QUESTION

Problem ] . ( 18 points ) Consider an interface public interface Number Formatter { String Format ( int n. ) ; Provide four classes that...

Please help me with this question. Provide a compiled source code with output using Java.

Problem ] ."( 18 points )Consider an interfacepublic interface Number Formatter {String Format ( int n. ) ;Provide four classes that implement this interface as follows : A class Default Formatter that formatsan integer in the usual way . A class Decimal separator Formatter that formats an integer with decimalseparators; for example , one million as 1 , 000 , 000 . A class Accounting Formatter that formats negative*numbers with parentheses ; for example , - 1 as ( 1 ) . A class Base Formatter that formats the number in base n ,where n is any number between 2 and 16 , that is provided in the constructor .Also , provide a tester class , Format Tester , that tests above classes using various integer values readfrom an input file , Numbers . Ext , and creates an output file , FormattedNumbers . Ext , and add the formattednumbers into it . For instance if the input file contains :"5 - 10000 1000000 36Then output file , based on the methods you call for these numbers , can contain something like :"Default Format : 5 - 10000 1000000 36Decimal Format : 5 - 10, 000 1 , 000 , 000 36Accounting Format : 5 ( 10000 ) 1000000 36Base 8 Format : 5 - 23 420 3641 100 4 4Base 2 Format : 101 - 100 1 1 10 0 0 100 00 1 1 1 10 10 0 0 0 10 0 10000 00 100 100
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question