User Profile
Collapse
-
code of the your problem is very simple... -
it very easy to make such a program
Code:#include<iostream.h> void main() { float cel,faren; cout<<"enter temprature in fahrenhite"; cin>>faren; cel=(faren-32)*5/9; cout<<"temprature in celcius is:"<<cel; } so simple.............
Leave a comment:
-
compile/run a program without using semicolon
how can i compile/run a program without using semicolon[;]in the program
No activity results to display
Show More
Leave a comment: