This program takes as input an integer 'k' between 1 and 200 and returns the number of strings of length 'k' that are weakly divisible by 7.
Running this file will display a prompt: “Enter an integer between 1 and 200: “
The results will be printed on the following line, unless provided a number such as 0 or 201 which will tell us there is an invalid input.
There are no known issues.