#include <stdio.h> int main() { int items = 7; printf("You have %d items.\n", items); return 0; }
Click Run to execute this code.