subject
Mathematics, 15.10.2019 01:10 jxcxhxwxll

Arithmetic worksheet for each of the following assignment statements, show the value that will be stored in the variable on the left hand side. assume that you are given the following declarations: (1 point each – 13 points possible) int num; double val; 1. num = 17 / 2 + 4; 2. val = 17 / 2 + 4; 3. num = 17 / 2.0 + 4; 4. val = 17 / 2.0 + 4; 5. num = 11 % 6 / 2 – 1; 6. val = 11 % 6 / 2.0 - 1; 7. num = 3 – (5 + 10 / (2 * 2)); 8. val = 3 – (5 + 10 / (2 * 3.0)); 9. val = 4.5 * (5 – 3); num = val; 10. num = 15 / 2 % 3 – 1; 11. num = 7 * 2 – 5 / 3; val = num;

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 23:00
According to the general equation for conditional probability if p(anb)=3/7 and p(b)=7/8 what is p(a i b)
Answers: 1
question
Mathematics, 22.06.2019 03:00
In this problem, we explore the effect on the standard deviation of multiplying each data value in a data set by the same constant. consider the data set 14, 6, 8, 15, 15. (a) use the defining formula, the computation formula, or a calculator to compute s. (round your answer to one decimal place.) s = 4.28 (b) multiply each data value by 3 to obtain the new data set 42, 18, 24, 45, 45. compute s. (round your answer to one decimal place.) s = 12.83 (c) compare the results of parts (a) and (b). in general, how does the standard deviation change if each data value is multiplied by a constant c? multiplying each data value by the same constant c results in the standard deviation remaining the same. multiplying each data value by the same constant c results in the standard deviation being |c| times as large. multiplying each data value by the same constant c results in the standard deviation increasing by c units. multiplying each data value by the same constant c results in the standard deviation being |c| times smaller. (d) you recorded the weekly distances you bicycled in miles and computed the standard deviation to be s = 3.8 miles. your friend wants to know the standard deviation in kilometers. do you need to redo all the calculations? yes no given 1 mile Ò‰ 1.6 kilometers, what is the standard deviation in kilometers? (enter your answer to two decimal places.)
Answers: 1
question
Mathematics, 22.06.2019 04:00
Equal rights is what a. equlaity b. standards c. sovereignty d. minority rights
Answers: 1
question
Mathematics, 22.06.2019 04:00
Acontainer full of water weighs 15.5 lbs. when ΒΌ of the water is poured out, the container now weighs 12 Β½ lbs. how much does the container weigh when empty?
Answers: 1
You know the right answer?
Arithmetic worksheet for each of the following assignment statements, show the value that will be st...
Questions