This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
#include <stdbool.h> | |
#include <stdlib.h> | |
static int oneThousand = 1000; | |
static int fiveHundred = 500; | |
static int oneHundred = 100; | |
static int fifty = 50; | |
static int ten = 10; |