1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Degger [83]
3 years ago
12

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.Sample program:#include int main(void) { char letterToQuit = '?'; int numPresses = 0; return 0;}
Computers and Technology
1 answer:
LekaFEV [45]3 years ago
3 0

Answer:

#include <stdio.h>

int main(void) {

char letterToQuit = '?';

int numPresses = 0;

printf("Press the %c key %d times to quit ", letterToQuit, numPresses);

return 0;}

Explanation:

in print statement %c is replaced by value of  variable 'letterToQuit'and %d is replaced by value of variable 'numPresses'

You might be interested in
Fill in the blank to complete the sentence. -------------------- is used to store and process data over the Internet using compu
Trava [24]

Answer:cloud computing

Explanation:

6 0
3 years ago
Why backup system of data and software is necessary. ​
zavuch27 [327]

Answer:

The purpose of the backup is to create a copy of data that can be recovered in the event of a primary data failure. Primary data failures can be the result of hardware or software failure, data corruption, or a human-caused event, such as a malicious attack (virus or malware), or accidental deletion of data.

7 0
3 years ago
Does anyone have code hs circle pyramid 2.0?
Andrews [41]

Answer:i dont

Explanation:

8 0
3 years ago
Which of the following is an advantage of software-defined networking (SDN)?
GREYUIT [131]

The option which represents an advantage of software-defined networking (SDN) is that it determines more granular control. Thus, the correct option for this question is D.

<h3>What is software-defined networking?</h3>

Software-defined networking may be characterized as an approach to networking that effectively utilizes software-based controllers or application programming interfaces (APIs) in order to communicate with underlying hardware infrastructure and direct traffic on a network.

According to the context of this question, the most common advantages of SDN are traffic programmability, agility, and the ability to create policy-driven network supervision and implement network automation.

Therefore, more granular control is an option that represents an advantage of software-defined networking (SDN). Thus, the correct option for this question is D.

To learn more about Software-defined networking, refer to the link:

brainly.com/question/24321959

#SPJ1

3 0
2 years ago
A(n) ____ is a software package that provides an editor, a compiler, and other programming tools.
DedPeter [7]

An IDE is a software package that provides an editor, a compiler, and other programming tools.

<h3>What is a Software package?</h3>

A software package may be defined as the collection of files and detailed information about those files that need by the hardware to perform a specific function.

In other words, a software package is characterized as multiple applications or code modules that work together in order to meet various goals and objectives.

IDE stands for an integrated development environment that significantly combines common developer tools into a single graphical user interface.

Therefore, a software package that provides an editor, a compiler, and other programming tools is known as IDE.

To learn more about the Software package, refer to the link:

brainly.com/question/11283516

#SPJ4

6 0
2 years ago
Other questions:
  • What portable computing devices, designed for user convenience, have a sensor called an accelerometer that senses vibrations and
    10·1 answer
  • The network layer of the Internet model uses the _____________ protocol to route messages though the network.
    13·1 answer
  • Which type of software has no restrictions from the copyright holder regarding modifications of the softwares internal instructi
    12·1 answer
  • Write the definition of a function half which recieves a variable containing an integer as a parameter, and returns another vari
    15·1 answer
  • What was ARPANET?
    14·1 answer
  • QUESTION 9 of 10: Bob charged $200 for a plane ticket last month. When he received his statement, he saw that he could pay the m
    12·2 answers
  • Implication of technological literacy to a teacher training today
    13·1 answer
  • What is the awnser ?
    11·1 answer
  • What is it called when servers on the Internet supply applications as a service, rather than a product
    14·1 answer
  • WHAT ACTIONS CAUSE SPAM ON LINKEDIN?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!