Question: 2 0 pts ) Computer arithmetic. Using the declarations shown below, determine the values of the following variables. Be sure to use a decimal point

20 pts) Computer arithmetic. Using the declarations shown below, determine the values of the following variables. Be sure to use a decimal point to indicate any float values.
int la -3, ib =4, ic -6;
float fa -3.0, fb =4.0,c =8.0; int id, ie; float fd, fe;
id - ia + ib + ic /10;
2
id
b. ie - fa/ fb* fc;
C.
fd -(ib 8 ic)/ fic -3);
ie
fd =
d. fe = fb/ fc + fa -1.5;
fe
Sent 45m ago
Write to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!