My issue
Printf
My code
#include <stdio.h>
int main() {
int a = 14;
int b = 5;
// Update your code below this line
printf("%f\n", a/b);
}
Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC09/problems/PPSC36