My issue
Print the result of 9 - 2
My code
#include <stdio.h>
int main() {
// Print the result of 9 - 2
printf("d% 7");
// Print the result of 30 / 5
printf("d% 6");
}
Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC04/problems/CLB018