I need to write a program that reads a number entered by the user and prints that many hashes. For example I type in 4 it will output ####. Please help, I know it's a for loop I have to use because...