View Code of Problem 26

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

Double click to view unformatted code.


Back to problem 26