Some questions on assignment statements
- What is wrong with the following assignment statements?
- x == i+3;
- j = i * j
- i + 3 = j -k;
- Write a program to read in three numbers, find their mean and range
and write out the original numbers and the two results calculated.
Some answers to these questions.
Back to the notes on assignment.