Use the pdf and the files in this repo to create solutions for these problems:
- Take a distance in kilometers as input and output the same distance converted to miles.
- Write a loop that asks the user for a number of rows and then prints out a pattern that looks like this:
#######
######
#####
####
###
##
#
- Modify the grades program to do all of the letter grades
- Modify your program from question 1 to handle non-numeric input.
- Use 2 functions to display the number of vowels and consonants in a string that you prompt the user to enter.
- If
254is code for bed write a program that decrypts a string made from an encoded sentence that the user inputs. - Write a program that prints the short form for a month given it's proper name. For instance October => Oct.