int a = 5, b = 12; double x = 3.4, z = 9.1; What are the values of the following expressions? A) b/ a 2 В) х*а 17.0 C) static_cast (x * z) D) static_cast ( static_cast ( x) * static_cast (z) )

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 16RQ
icon
Related questions
Question
Assume the following variable definitions:
int a = 5, b = 12;
double x = 3.4, z = 9.1;
What are the values of the following expressions?
A) b/ a 2
B) x* a 17.0
C) static_cast <int> (x * z)
D) static_cast<double> ( static_cast<int> ( x) * static_cast <int> (z) )
Transcribed Image Text:Assume the following variable definitions: int a = 5, b = 12; double x = 3.4, z = 9.1; What are the values of the following expressions? A) b/ a 2 B) x* a 17.0 C) static_cast <int> (x * z) D) static_cast<double> ( static_cast<int> ( x) * static_cast <int> (z) )
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Introduction to Coding
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT