I have an assignment that am struggling with. Im new to the java language and i have no ideas how to start this. plse help me in any way u can. Here's what i need:
Java source code of a scientific calculator,with the following functions:
-addition
-substraction
-division
-multiplication
-sin,cos,and tan
-square and square root
-pi
-log
requirements:
-users should work with the calculaor in text mode only(no GUI components required)
-By default,all inputs and outputs should be in decimal format. However,the user should have an option to switch to binay and hexadecimal input/output.
-design ur application in such a way,that additional components(e.g functions, input/output format converters) can easily be added to the system.
thank u for ur help.
i need this as soon as possible.
Java source code of a scientific calculator,with the following functions:
-addition
-substraction
-division
-multiplication
-sin,cos,and tan
-square and square root
-pi
-log
requirements:
-users should work with the calculaor in text mode only(no GUI components required)
-By default,all inputs and outputs should be in decimal format. However,the user should have an option to switch to binay and hexadecimal input/output.
-design ur application in such a way,that additional components(e.g functions, input/output format converters) can easily be added to the system.
thank u for ur help.
i need this as soon as possible.
Comment