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
Natali5045456 [20]
3 years ago
14

Please enter a low limit (limit >= 0): 10 Please enter a high limit (10 > limit <= 50000): 20 Please enter a step, (0 &

lt; step <= 10): 4 Celsius Fahrenheit ------- ---------- A. 10.000000 50.000000 B. 14.000000 57.200000 C. 18.000000 64.400000
Computers and Technology
1 answer:
zimovet [89]3 years ago
7 0

Answer:

Following are the program in the C Programming Language.

//define header file

#include <stdio.h>

//define constant

#define LowerLimit 0

//define constant

#define HigherLimit 50000

//define main method

int main(void) {

 //set double type variables

 double fahrenheit, celsius;

 int low = -1;

 int high = -1;

 int step = -1;

 int max_steps = 0;

   

 //set while loop which reads lower limit

 while(low<(int) LowerLimit) {

   printf("Please give in a lower limit, limit >= %d: ", (int)LowerLimit);

   scanf("%d", &low);

 }

 //set while loop which reads higher limit

 while((high<=low)||(high>(int) HigherLimit)) {

   printf("Please give in a higher limit, %d < limit <= %d: ",low,(int)HigherLimit);

   scanf("%d", &high);

 }

 //set while loop which reads steps

 max_steps =high-low;

 while((step <= 0) || (step > max_steps)) {

   printf("Please give in a step, 0 < step >= %d: ", max_steps);

   scanf("%d", &step);

 }

   

 //initialize the value of low in celsius

 celsius =low;

   

 //print the following table

 printf("\nCelsius\t\tFahrenheit");

 printf("\n-------\t\t----------\n");

 //set while loop

 while(celsius<=high) {

   fahrenheit = (9.0 * celsius) / 5.0 + 32.0;

   printf("%f\t%f\n", celsius, fahrenheit);

   celsius += step;

 }  

 return 0;

}

<u></u>

Explanation:

Here, we define a main() function inside it.

Set two double data type variables and two integer type variables.

  • Set the while loop that reads the lower limit from the user with a message.
  • Again set the while loop that reads the higher limit from the user with message.
  • We set the while loop that reads the steps from the user with a message.
  • Initialize the value stored in the variable low into the variable celsius then, print the format of a table with the help of print() function.
  • Finally, set the while loop which calculates the value of Fahrenheit  and print the value of Celsius and Fahrenheit.
You might be interested in
What IP address is used as a loopback address and is not a valid IP address that can be assigned to a network
devlian [24]

Answer:

127.0.0.1

Network 127.0. 0.0 is reserved for IP traffic local to your host. Usually, address 127.0. 0.1 will be assigned to a special interface on your host, the loopback interface, which acts like a closed circuit.

Hope this can help you!

4 0
3 years ago
What is your robloz?​
ira [324]

Answer:

my Ro.b.l.o.x is cookiefunny232

Explanation:

5 0
3 years ago
Describe three different camera shots the director uses in Casablanca. What effect does each of these shots have on the plot, mo
Tcecarenko [31]
The movie Casablanca was considered as the standard for Classic Hollywood Movies. Below are the three different camera shots used by the Director in the movie:
1. The point of View Shot: also referred as POV shot. It is the camera shot where it shows what the character or the subject looking at in the film.
2.  Wide Shot: it also termed by others as the long shot or full shot. In the movie, it is the shot from a distance so the people or the characters will appear as indistinct shapes.
3. High angle Shot: In the film, it is the type of shot wherein the camera is placed above the subject with its lens pointing downward to make the subject small. Typically used in horror movies.
6 0
3 years ago
Por que se dice que las TIC´S son las integracion de las TI y las TC?
Katena32 [7]

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se anexan opciones o incisos para responder, podemos comentar lo siguiente.

Se dice que las TIC´S son las integración de las TI y las TC porque ambas actividades se han integrado o fusionado en una solo concepto al momento de juntar las herramientas tecnológicas para almacenar, procesar y mandar información a través de los recursos tecnológicos utilizando los canales o recursos de los medios masivas de comunicación como lo son las redes satelitales o las comunicaciones vía microondas.

Al fusionarse las TI (Tecnologías de la Información) con las TC (Tecnologías de Comunicación), se maximiza la capacidad de enviar una mayor cantidad de información al momento a diferentes lugares del planeta.

4 0
3 years ago
3.1.2 Quiz: What Can Information Technology Do for You? Question 8 of 10 What is one reason why a business may want to move enti
balu736 [363]

Answer:

C. To focus on a global market

Explanation:

Information technology can be defined as a set of components or computer systems, which is used to collect, store, and process data, as well as dissemination of information, knowledge, and distribution of digital products.

An information technology interacts with its environment by receiving data in its raw forms and information in a usable format.

Generally, it is an integral part of human life because individuals, organizations, and institutions rely on information technology and systems in order to perform their duties, functions or tasks and to manage their operations effectively. For example, all organizations make use of information technology and systems for supply chain management, process financial accounts, manage their workforce, and as a marketing channels to reach their customers or potential customers.

Additionally, an information system or technology comprises of five (5) main components;

1. Hardware.

2. Software.

3. Database.

4. Human resources.

5. Telecommunications.

Hence, information technology or system relies on the data it receives from its environment, processes this data into formats that are usable by the end users.

One reason why a business may want to move entirely online is to focus on a global market through the use of social media platforms and networks to reach out to customers in various geographical location.

5 0
3 years ago
Other questions:
  • Explain a business scenario where management information systems plays a part.
    11·1 answer
  • What is intellectual property?
    7·1 answer
  • 2. What is the layout of the modern keyboard known as?
    13·1 answer
  • In which of the following situations should you expect to provide your Social Security number?
    13·1 answer
  • In Windows, the only was to start/stop MySQL Server is from the Command Prompt.
    7·1 answer
  • Which sentence best describes the executive branches of state
    12·1 answer
  • Rayna wants to create an organizational chart in her document. Which of the following commands should she click in the Illustrat
    14·1 answer
  • What is meant by saving a sheet document​
    13·1 answer
  • Alice has an item x and Bob has a set of five distinct items y1, y2, y3, y4 and y5. Design a protocol through which Alice (but n
    14·1 answer
  • Write a function that receives a StaticArray and returns an integer that describes whether the array is sorted. The method must
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!