Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- float F;
- float C;
- p("Enter Fahrenheit: ");
- s("%f", &F);
- C = 5.0/9.0*(F-32);
- system("clear");
- p("%.f°F is equal to %.1f°C", C, F);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement