Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

correct 0/10 pts Question 8 Given: int a = 2, b = 4, c = 11, result; double d1 = 3.4, d2 = 1.7, doubleResult;

image text in transcribed
correct 0/10 pts Question 8 Given: int a = 2, b = 4, c = 11, result; double d1 = 3.4, d2 = 1.7, doubleResult; doubleResult = d1+ d2 * a; To two decimal places, as appropriate, e.g., if the answer is 6, you should enter 6 or 6.00 depending on the data type, what gets stored in result or doubleResult, as appropriate? Enter only the number in the field provided, and your answer must be exact! 1. d2 * a --> 1.7.2 --> 1.7 * 2.00 -- > ? (multiplication takes precedence over addition, the 2 is implicitly promoted from an int to a double). 2.d1+? --> 3.4 + ? -->

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

Financial Accounting Tools for business decision making

Authors: Paul D. Kimmel, Jerry J. Weygandt, Donald E. Kieso

6th Edition

978-1119191674, 047053477X, 111919167X, 978-0470534779

Students also viewed these Databases questions