Computers and Technology

Look at the following program and answer the question that follows it. 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?

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 11:30, LindseyN1
One subtask in the game is to roll the dice. explain why is roll the dice an abstraction.
Answers: 3
image
Computers and Technology, 22.06.2019 12:00, savjk74
Which of the following “invisible” marks represents an inserted tab?
Answers: 1
image
Computers and Technology, 22.06.2019 17:00, Janznznz1121
Your computer running windows 10 is doing some very strange things with the operating system. you are fairly certain it is not a hardware issue. you need to try to get further insight into what is going on within the operating system. which tool would be best suited for this?
Answers: 2
image
Computers and Technology, 22.06.2019 17:00, joshualoz5414
Acase study allows a more detailed look at the life of a single subject than any other study.
Answers: 3
Do you know the correct answer?
Look at the following program and answer the question that follows it. 1 // this program displays my...

Questions in other subjects:

Konu
Mathematics, 27.07.2019 17:30
Konu
Social Studies, 27.07.2019 17:30