Question:

I am having trouble Compiling a C program.

by  |  earlier

0 LIKES UnLike

I am just starting out writing C . I am attempting to write a program to convert Celsius to Fahrenheit I'm sure my error is obvious but I can't seem to get this code to work. Every time I compile it it gives me an error on this line:

fahrenheit = factor * celsius/100 32;

I'm not sure what I'm doing wrong. Any idea?

 Tags:

   Report

1 ANSWERS


  1. do check all the datatype

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.