#include <stdio.h> int main() { int score = 0; score = 100; printf("Your score is %d\n", score); return 0; }
Click Run to execute this code.