Answer:
it lets you get more work done
Explanation:
when you have a positive work attitude you want to do more stuff, and when it's bad you won't want to do anything
The prices went up alot because of taxes
Answer:
e. 4
Explanation:
The code segment will not work as intended if the value of the variable val is 4. This is because the while loop is comparing the value of the variable val to the value of each element within the numList. Since there is no element that is bigger than or equal to the number 4, this means that if the variable val is given the value of 4 it will become an infinite loop. This would cause the program to crash and not work as intended.