dsdeep

CW 1-4

Jun 6th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int c;
  5.     scanf("%d",&c);
  6.     float f=(c*(9/5))+32;
  7.     printf("Farenhite Temp %.2f\n",f);
  8.     return 0;
  9. }
Add Comment
Please, Sign In to add comment