i will just, give the whole script. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <conio.h> // getch() and putch() actions #define ONE 1 #define TWO 2 #define THREE 3 #define FOUR 4 #define FIVE 5 #define SIX 6 #define ZERO 0 #define TEN 10 #define EROUNDS 20 #define MROUNDS 15 #...