You are on page 1of 1

The next code will be directly imported from a file

#include<s t d i o . h>
int main ( ) {
float celsius , fahrenheit ;
p r i n t f ( \ nEnter temp i n C e l s i u s : ) ;
s c a n f ( %f , &c e l s i u s ) ;
fahrenheit = (1.8 c e l s i u s ) + 32;
p r i n t f ( \ nTemperature i n F a h r e n h e i t : %.2 f f , f a h r e n h e i t ) ;
return ( 0 ) ;
d}

A d d i t i o n o f 11+11=22
S u b t r a c t i o n o f 1111=0
M u l t i c p l i c a t i o n o f 11X11=121
D i v i s i o n 11/11=1

You might also like