View Code of Problem 26

#include "stdio.h"
void main()
{	
	int F;
	scanf("%d",&F);
	printf("%.2lf",5.0/9*(F-32));
}

Double click to view unformatted code.


Back to problem 26