Question: C++ uestion 23 (2 points) What value will be displayed when this code is executed: int B 20; B+ 5; cout cs B; ab Save
uestion 23 (2 points) What value will be displayed when this code is executed: int B 20; B+ 5; cout cs B; ab Save Question 24 (2 points) What value will be calculated when this expression is executed: 2 (10 5) Save Question 25 (10 points) Given the following: int HoursWorked; cout HoursWorked; Code the statements that test to see if HoursWorked is above 40. If so display to the screen "You otherwise display to the screen "Wake up and get to work. the are working to hard" ke up and get to Note: You do not need to write a whole program. You only need to write the code that it takes to create the correct outpu Please remember to use correct syntax when writing your code, points will be taken off for incorrect syntax
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
