subject

CHALLENGE ACTIVITY Printing a message with ints and chars.
Print a message telling a user to press the letterToQuit key numPresses times to quit. End with newline. Ex: If letterToQuit = 'q' and numPresses = 2, print:
Press the q key 2 times to quit.
1 #include
2
3 int main(void) {
4 char letterToQuit;
5 int numPresses;
6
7 scanf("%c ", &letterToQuit);
8 scanf("%d", &numPresses);
9 |
10
11 return;
12}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 06:00
When is a chart legend used a. all the time b. whenever you are comparing data that is the same c. whenever you are comparing multiple sets of data d. only for hand-drawn charts
Answers: 2
question
Computers and Technology, 23.06.2019 14:00
Need ! will choose brainliest! discuss the role of abstraction in the history of computer software.
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
*! 20 points! *jeff wants to create a website with interactive and dynamic content. which programming language will he use? a. dhtml b. html c. css d. javascript
Answers: 1
question
Computers and Technology, 24.06.2019 03:30
Explain the importance of html in web page designing in 20 sentences..
Answers: 1
You know the right answer?
CHALLENGE ACTIVITY Printing a message with ints and chars.
Print a message telling a user to...
Questions
question
Mathematics, 30.11.2020 18:50
question
Mathematics, 30.11.2020 18:50
question
History, 30.11.2020 18:50
question
Mathematics, 30.11.2020 18:50
Questions on the website: 13722362