open_in_new
content_copy
#include <stdio.h> int main() { int myNum = 100 + 50; printf("%d", myNum); return 0; }