Chapter 2: Problem 30
Suppose a, b, and sum are int variables and \(\mathrm{c}\) is a double variable. What value is assigned to each variable after each statement executes? Suppose \(\mathbf{a}=3\) $$\begin{array}{l} b=5, \text { and } c=14.1 & \text { ___ }& \text { ___ }& \text { ___ }& \text { ___ }\\\ \text { sum } =a+b+c & \text { ___ }& \text { ___ }& \text { ___ }& \text { ___ }\\\ c /=a & \text { ___ }& \text { ___ }& \text { ___ }& \text { ___ }\\\ a *=2 * b+c ;& \text { ___ }& \text { ___ }& \text { ___ }& \text { ___ } \\\\\end{array}$$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.