Final Day
Write a function which will find all such numbers which are divisible by 7, but are not a multiple of 5, between 2000 and 3200 (both included).
The numbers obtained should be printed in a comma-separated sequence on a single line. (Don't print a list)
Write a function that accepts a string and calculates the number of upper case letters and lower case letters
Example: Suppose the following input is supplied to the program:
Hello world!
Then, the output should be:
UPPER CASE 1
LOWER CASE 9