Answer:
B
Explanation:
== returns true if both the left side and right side are equal
The missing line would be x+= num
This means that every time a number is selected from the range it is added to the value of x.
Answer:
You can answer this very easily by considering which of the circumstances affect the end user and which affect the developer:
1) Didn't use comments in the code
- affects developers
2) User complaints about language used in the program
- affects users
3) The variables have meaningless names
- affects developers
4) The program should have used a loop
- affects developers
5) The numeric results are incorrect
- affects users
Your answers then are 2 and 5, spoken languages and incorrect output will very much affect the user experience.
It makes the possibility of an unwanted user to break into your account much smaller.