I had a problem trying to print thea fraction in C programming and i want to know how i. How I can print the fraction as the number I defined below. Here is my code:
#include<stdio.h> int main() { printf("%.4f\n",(278 - 125)153/400); return 0; } Any help will appreciated.