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, 23.06.2019 09:00
What provides an array of buttons for quick access to commonly used commands and tools
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
Which best describes the role or restriction enzymes in the analysis of edna a. to break dna into fragments that vary in size so they can be sorted and analyzed b. to amplify small amounts of dna and generate large amounts of dna for analysis c. to purify samples of dna obtained from the environment so they can be analyzed d. to sort different sizes of dna fragments into a banding pattern that can be analyzed
Answers: 1
question
Computers and Technology, 24.06.2019 12:10
What is it called during the editing process when the processor ensures that a character holding a coffee mug from one angle is holding the same mug in the same way when the shot switches to another camera at another angle? cinematography continuity technology prop use
Answers: 1
question
Computers and Technology, 25.06.2019 04:20
Many prestigious universities have a system called a “legacy preference system” which is used to decide which applicants should be accepted to the university. if an applicant’s parent is an alumnus of the university, the applicant will be admitted with lower gpa and sat scores than if the parent is not an alumnus. (there is currently a lot of discussion about the fairness of this system, but universities get a lot of money from their alumni so they are unwilling to change ) your assignment for mp2 is to implement a computerized system like this for a very small prestigious university. the university has two schools, liberal arts and music, each with their own criteria for accepting students. your program must read in certain information about an applicant and print a message saying whether the applicant should be accepted or not.
Answers: 2
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
Mathematics, 17.05.2021 04:20
question
Spanish, 17.05.2021 04:20
question
Mathematics, 17.05.2021 04:20