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, 21.06.2019 18:00
Which virus-infecting components are email messages prone to carry? one of the problems associated with the use of email communication is that email messages are prone to carry virus-infecting .
Answers: 3
question
Computers and Technology, 21.06.2019 18:00
What ordering of tcp flags makes up the three-way handshake?
Answers: 2
question
Computers and Technology, 22.06.2019 16:10
When copying and pasting text, the first step is move your cursor type the text select the copy command select the paste command
Answers: 2
question
Computers and Technology, 22.06.2019 17:00
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
You know the right answer?
CHALLENGE ACTIVITY Printing a message with ints and chars.
Print a message telling a user to...
Questions
question
Mathematics, 22.06.2019 03:30
Questions on the website: 13722360