L
lilchiko1286
I am taking an intro to C++ course in college. I was assigned a
project that i must complete on MS Visual Studio in where I am
supposed to prompt the user for a name and then a letter and output
the amount of times the letter appears in the word. Like the game hang
man. Then I must prompt the user for another letter and repeat the
same steps until the user enters a specific key or a sentinel.
I am somewhat familiar with I/O, Functions and simple data types
however I am having a hard time getting used to arrays and how to pass
them as parameters to a function. Would someone be nice enough to give
me some advice. I would greatly appreciate it.
project that i must complete on MS Visual Studio in where I am
supposed to prompt the user for a name and then a letter and output
the amount of times the letter appears in the word. Like the game hang
man. Then I must prompt the user for another letter and repeat the
same steps until the user enters a specific key or a sentinel.
I am somewhat familiar with I/O, Functions and simple data types
however I am having a hard time getting used to arrays and how to pass
them as parameters to a function. Would someone be nice enough to give
me some advice. I would greatly appreciate it.