Please help how to fix the error I'am using CODIO

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Please help how to fix the error I'am using CODIO 

C Codio
JANGELESS O E
Project
File
Edit
Find
Tools
Education
Help
I Compile & Run
O Debug Current File
View
> Project Index (static)
task6.c
7. Task 6: Creatin.
1-
#include <stdio.h>
2
Collapse
int main()
4. {
7. Task 6: Creating Temperature
5
float fahr, cel;
Converter
printf("Enter the Temperature in celsius: ");
scanf ("%f", &cel);
fahr = (1.8 * cel) + 32.0; //temperature conversion formula
printf("\nTemperature in Fahrenheit: %.2f F\n", fahr);
Create a program that will convert
10
11
degree Fahrenheit to degree Celsius.
12
13
return e;
14
15
Sample OUTPUT
Celsius: 0
Fahrenheit: 32.0
Sample OUTPUT
es (1:0)
Celsius: 1
C Codio
Project
File
Edit
Find
Tools
Education
Help
View
* Compile & Run
> Project Index (static)
O Debug Current File
JANGELESB
task6.c
7. Task 6: Creatin.
1-
#include <stdio.h>
2
Collapse
int main()
4. {
7. Task 6: Creating Temperature Converter
float fahr, cel;
printf("Enter the Temperature in celsius: ");
scanf ("%f", &cel);
6
Fahrenheit: 33.8
8
10
fahr = (1.8 * cel) + 32.0; //temperature conversion formula
printf("\nTemperature in Fahrenheit: %.2f F\n", fahr);
Sample OUTPUT
11
12
13
return 0;
}
Celsius: 35
14
15
Fahrenheit: 95.0
Check your program by clicking the buttons below..
COMPILEI
RUNI
Transcribed Image Text:C Codio JANGELESS O E Project File Edit Find Tools Education Help I Compile & Run O Debug Current File View > Project Index (static) task6.c 7. Task 6: Creatin. 1- #include <stdio.h> 2 Collapse int main() 4. { 7. Task 6: Creating Temperature 5 float fahr, cel; Converter printf("Enter the Temperature in celsius: "); scanf ("%f", &cel); fahr = (1.8 * cel) + 32.0; //temperature conversion formula printf("\nTemperature in Fahrenheit: %.2f F\n", fahr); Create a program that will convert 10 11 degree Fahrenheit to degree Celsius. 12 13 return e; 14 15 Sample OUTPUT Celsius: 0 Fahrenheit: 32.0 Sample OUTPUT es (1:0) Celsius: 1 C Codio Project File Edit Find Tools Education Help View * Compile & Run > Project Index (static) O Debug Current File JANGELESB task6.c 7. Task 6: Creatin. 1- #include <stdio.h> 2 Collapse int main() 4. { 7. Task 6: Creating Temperature Converter float fahr, cel; printf("Enter the Temperature in celsius: "); scanf ("%f", &cel); 6 Fahrenheit: 33.8 8 10 fahr = (1.8 * cel) + 32.0; //temperature conversion formula printf("\nTemperature in Fahrenheit: %.2f F\n", fahr); Sample OUTPUT 11 12 13 return 0; } Celsius: 35 14 15 Fahrenheit: 95.0 Check your program by clicking the buttons below.. COMPILEI RUNI
C Codio
Project
File
Edit
Find
View
Tools
Education
Help
a Compile & Run
> Project Index (static)
O Debug Current File
JANGELES8
task6.c
7. Task 6: Creatin.
1.
#include <stdio.h>
Collapse
int main()
4. {
7. Task 6: Creating Temperature Converter
float fahr, cel;
printf("Enter the Temperature in celsius: ");
scanf ("%f", &cel);
LAST RUN on 2/16/2021, 7.53:03 PM
Check 1 failed
Output:
fahr = (1.8 * cel) + 32.0; //temperature conversion formula
printf("\nTemperature in Fahrenheit: %.2f F\n", fahr);
10
11
Enter the Temperature in celsius
12
Temperature in Fahrenheit: 32.00
return 0;
}
13
14
Expected:
15
Celsius:
Fahrenheit: 32.0
Check 2 failed
Output:
Enter the Temperature in celsius
Temperature in Fahrenheit: 33.80
Expected:
Celsius:
Fahrenheit: 33.8
e* (1:0)
Codio
Project
File
Edit
Find
View
Tools
Education
Help
I Compile & Run
> Project Index (static)
O Debug Current File
JANGELES8
task6.c
7. Task 6: Creatin.
1. #include <stdio.h>
2
Collapse
3
int main()
4. {
7. Task 6: Creating Temperature Converter
float fahr, cel;
printf("Enter the Temperature in celsius: ");
scanf ("%f", &cel);
6
wwpu.
7
Enter the Temperature in celsius
8.
Temperature in Fahrenheit: 33.80
9
10
fahr = (1.8 * cel) + 32.e; //temperature conversion formula
11
printf("\nTemperature in Fahrenheit: %.2f F\n", fahr);
Expected:
12
Celsius:
13
return 0;
}
Fahrenheit: 33.8
14
Check 3 failed
15
Output:
Enter the Temperature in celsius
Temperature in Fahrenheit: 95.00
Expected:
Celsius:
Fahrenheit: 95.0
Transcribed Image Text:C Codio Project File Edit Find View Tools Education Help a Compile & Run > Project Index (static) O Debug Current File JANGELES8 task6.c 7. Task 6: Creatin. 1. #include <stdio.h> Collapse int main() 4. { 7. Task 6: Creating Temperature Converter float fahr, cel; printf("Enter the Temperature in celsius: "); scanf ("%f", &cel); LAST RUN on 2/16/2021, 7.53:03 PM Check 1 failed Output: fahr = (1.8 * cel) + 32.0; //temperature conversion formula printf("\nTemperature in Fahrenheit: %.2f F\n", fahr); 10 11 Enter the Temperature in celsius 12 Temperature in Fahrenheit: 32.00 return 0; } 13 14 Expected: 15 Celsius: Fahrenheit: 32.0 Check 2 failed Output: Enter the Temperature in celsius Temperature in Fahrenheit: 33.80 Expected: Celsius: Fahrenheit: 33.8 e* (1:0) Codio Project File Edit Find View Tools Education Help I Compile & Run > Project Index (static) O Debug Current File JANGELES8 task6.c 7. Task 6: Creatin. 1. #include <stdio.h> 2 Collapse 3 int main() 4. { 7. Task 6: Creating Temperature Converter float fahr, cel; printf("Enter the Temperature in celsius: "); scanf ("%f", &cel); 6 wwpu. 7 Enter the Temperature in celsius 8. Temperature in Fahrenheit: 33.80 9 10 fahr = (1.8 * cel) + 32.e; //temperature conversion formula 11 printf("\nTemperature in Fahrenheit: %.2f F\n", fahr); Expected: 12 Celsius: 13 return 0; } Fahrenheit: 33.8 14 Check 3 failed 15 Output: Enter the Temperature in celsius Temperature in Fahrenheit: 95.00 Expected: Celsius: Fahrenheit: 95.0
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Binary numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education