subject

Look at the following program and answer the question that follows it. they are multiple choice i need the correct one and explanation
1 // 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

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:10
Dean wants a quick way to look up staff members by their staff id. in cell q3, nest the existing vlookup function in an iferror function. if the vlookup function returns an error result, the text β€œinvalid staff id” should be displayed by the formula. (hint: you can test that this formula is working by changing the value in cell q2 to 0, but remember to set the value of cell q2 back to 1036 when the testing is complete.)
Answers: 3
question
Computers and Technology, 22.06.2019 18:40
Mariah was working on a multimedia presentation that included both video and audio files. the file was huge, and she wanted to send it to her coworker in another office. she needed to reduce the size of the file so that it could be transmitted faster. the utility she used to do this was
Answers: 2
question
Computers and Technology, 23.06.2019 21:20
In microsoft word, when you highlight existing text you want to replace, you're in              a.  advanced mode.    b.  automatic mode.    c.  basic mode.    d.  typeover mode
Answers: 1
question
Computers and Technology, 24.06.2019 01:30
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
You know the right answer?
Look at the following program and answer the question that follows it. they are multiple choice i ne...
Questions
question
Computers and Technology, 13.09.2019 18:20
question
Computers and Technology, 13.09.2019 18:20
question
Mathematics, 13.09.2019 18:20
Questions on the website: 13722359