Ask your own question, for FREE!
Design 16 Online
OpenStudy (anonymous):

Write a program called Arithmetic that takes three command-line arguments: two integers followed by an arithmetic operator (+, -,/). The program shall perform the corresponding operation on the two integers and print the result. For example: > java Arithmetic 3 2 + 3+2=5 > java Arithmetic 3 2 - 3-2=1 > java Arithmetic 3 2 / 3/2=1 Hints: The method main(String[] args) takes an argument: "an array of String", which is often named args. This parameter captures the command-line arguments supplied by the user when the program is invoked

OpenStudy (anonymous):

not sure sorry man I only do c#

OpenStudy (anonymous):

\(\Huge \sf \hspace{10 pt}{\color{black}{Welcome~to~OpenStudy!!}} \hspace{-259 pt} \color{#ff7100}{Welcome}\ \color{#999900}{to} \hspace{6 pt} \color{#00B4ff}{Open}\color{#7cc517}{Study!!}\\ \hspace{100 pt}\sf \ by\ DataLg2 \) I would suggest that you should post your question in the \(\sf \href{http:///openstudy.com/study#/groups/Computer%20Science}{Computer\ Science}\) section of this site, so that you can get more help with the topic you are asking. ^_^ Since you're a new user, you can watch the \(\sf \href{http:///www.youtube.com/watch?v=lDiiH8PItto}{OS\ tutorial}\) made by wolfe8. As a new user, we expect that you already read the \(\sf \href{http:///openstudy.com/terms-and-conditions}{Terms\ and\ Conditions}\) or TaC before signing up. Here in Openstudy, we keep the good and friendly atmosphere by following TaC and \(\sf \href{http:///openstudy.com/code-of-conduct}{OS's\ Code\ of\ Conduct}\) (CoC), which I also recommend you to read in order to avoid having troubles with this site. If you have more questions about openstudy, feel free to ask us at the \(\sf \href{http:///openstudy.com/study#/groups/Openstudy%20Feedback}{OpenStudy\ Feedback}\). Once again, welcome and enjoy studying here at \(\sf \color{#00B4ff}{Open}\color{#7cc517}{Study!!}\)!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!