C++ I need to know how to print a sentence out with special characters so if I was to enter "How are you", it then would print that sentence out with a character such as $ or * or @. so it would be
$.....$
$.....$
$$$$$
$.....$
$.....$
.$$$
$....$
$....$
$....$
.$$$
and so on. I know i need a for or while loop but I am clueless right now.
okay so even if I need to just print an H with special characters how would I go about doing that? Because I don't even know how to just print one letter so it looks like the H i have above.
I don't want to have to cout every line. i want it to ask for a letter then when it gets that letter "H" runs it in a function to print it out with special characters.
that doesn't help me... I don't want to hardcore it. My assignment ask me to do it with my initials a sentence and the alphabet so it would take forever for me to do it like.