Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program to evaluate the following expressions and print out the results. Your program should store the result into a variable and then print

Write a program to evaluate the following expressions and print out the results.
Your program should store the result into a variable and then print out the variable. Make sure to select the proper type of variable (String/int/double/etc).
Hint: while not required, I would suggest that you try to predict the answer to each one before it prints out for practice.
For example, the answer to the first line would be
System.out.println(3-1); // Answer is 2 because the difference is printed out
3-1
2+2+3+4
2+2+3.1+4
-2+2+3+4
3+4+2+2
2+2+(34)
(122)+(134.0)
"hello" +2**4
2+2.0+2**2+2
4+1+9+.01+(-3+10)+113
8+165+4+0+125.0
1+1+(8-2)**1+1
5+2+(1+1)+4+2**3
"1"+2+3+4+5**6+7+(8+9)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What is the specific purpose of an acceptable use policy?

Answered: 1 week ago

Question

At what level(s) was this OD intervention scoped?

Answered: 1 week ago