My issue
plz answer
My code
// Update the __ to complete the code
#include <stdio.h>
int main() {
printf("%d\n", 8 * 9);
printf("%d+%d\n", (100 + 200) * 2);
}
Learning course: Learn C Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-programming-c/RCPITLPC04/problems/RCPITCP21