Look at the following program and answer the question that follows it. They are multiple choice i need the correct one and explanation1 // This program displays my gross wages.
2 // I worked 40 hours and I make $20.00 per hour.
3 #include
4 using namespace std;
5
6 int main()
7 {
8 int hours;
9 double payRate, grossPay;
10
11 hours = 40;
12 payRate = 20.0;
13 grossPay = hours * payRate;
14 cout << "My gross pay is $" << grossPay << endl;
15 return 0;
16 }
Which line(s) in this program cause output to be displayed on the screen?
A) 13 and 14
B) 8 and 9
C) 14
D) 13
E) 15

Answers

Answer 1
Answer: E!


Have an amazing day!

Related Questions

One of the problems with Internet voting is:a. there are too many candidates c. potential for voter fraud b. there are too many elections d. everyone doesn't own a computer
The undo function allows the user to cancel up to _____ previous typing actions.a. 15 b. 25 c. 20 d. 10
Use the information from this website to answer the question. When scientists discuss objects that might hit Earth, what term do they use to describe them as a group?
In DTP, a good rule of thumb is to use as many special effects as you need to make your documents look interesting.
Which one of the following statements is true? a. In one’s complement format, the leftmost bit is saved for the sign where 1 indicates a negative number and 0 indicates a positive number. b. The smallest integer that can be represented by a sign-and-magnitude binary number is always 0. c. It is impossible to store 1610 in 4-bits because overflow will occur. d. The two’s complement representation of +6710 in 8-bits is 1000011.

When possible, you should avoid using _________ variables in a program?

Answers

Answer:

Global variable

Explanation:

You should avoid using global variables in a program because global variables can be accessed by any part of the code  and every function or any part of the code has the tendency to alter or modify its value. One can't limit the scope or in other words one cant simply force any part of the program not to use them or  modify it's values. Testing of large programs also becomes difficult as it is hard to keep track of the functions reading and modifying the values of global variables

The interactive process through which people learn the basic skills, values, beliefs, and behavior patterns of a society.

Answers

The answer is : Socialization

the interactive process through which people learn the basic skills, values, beliefs, and behavior patterns of a society is called Socialization
During socialization process, a person tend to understand what is acceptable in the society and which is not. During the process, a person could also discover various unique characteristics from each individual

Answer:

socialization

Explanation:

on edge

Which of the following devices are used for loading information into a computer? A. System unit and mouse
B. Monitor and keyboard
C. Speakers and monitor
D. Keyboard and mouse

Answers

the answer is d) keyboard and mouse

Answer:

D

Explanation:

Plz hurry it time How do you exit the current pass through the loop and go back to the "for n in range (5)" line?
forn in range(5)
Squaren 2
if square mm 9:
print(square)
print("Done")
Оexit
O quit
O break
continue

Answers

Answer:

the answer should be "break" if I remember correctly

Explanation:

Answer:

I guess just write "for I in range(1):

With excel in edit mode you can edit cell contents directly in the cell. TRUE or FALSE

Answers

the answer will be true.

Computing is the provision of IT services on demand.a. Mobile
O b. Utility
O c. Portable
O d. Grid

Answers

Answer:

The correct option is;

b. Utility

Explanation:

The pay-and-use or utility computing is an IT service provisioning service whereby the IT or computing service provider makes available infrastructure and other resources required for completing IT related tasks and offer charges based on the extent of usage by the customers in a model based on utility so as to maximize efficiency

Therefore, utility computing is the provision of IT services on demand