subject

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?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 06:10
The head restraint should be adjusted so that it reaches a.the top of your ears b.the base of your skull c.the top of the head
Answers: 1
question
Computers and Technology, 24.06.2019 00:50
Which player type acts on other players? a. killer b. achiever c. explorer d. socializer
Answers: 1
question
Computers and Technology, 24.06.2019 14:00
Fast answer i need for apex ! smartphones should be banned from the classroom in public schools so that students cannot cheat on test so easily? which is an example of a counter argument to the thesis above? a.the classroom is a place for learning not for making phone calls b. smartphones are useful learning tools in the modern classroom c.banning smartphones will not students pay attention to teachers any better d. banning smartphones would decreased incidents of theft
Answers: 2
question
Computers and Technology, 25.06.2019 00:00
One difference of input method between most desktop computers and most tablets is the memory the touch screen the speech recognition
Answers: 1
You know the right answer?
Look at the following program and answer the question that follows it. 1 // this program displays my...
Questions
question
Chemistry, 04.11.2019 22:31
question
Mathematics, 04.11.2019 22:31
question
Mathematics, 04.11.2019 22:31