I need to create a function that accepts a word from the user and then converts it to ICAO.
Ex) If the user types in "yes", the output shows "Yankee Echo Sierra".
So far all I achieved was creating a bunch of uninitialized variables, so I started over with a totally clean slate. I've actually been working on this since Saturday (woo hoo, look at me go) and I can NOT create something that works, so I'm asking for some help.
I'm pretty sure it has to be a void function, along the lines of
I'm actually working on it this whole time. I'm not just sitting and waiting on responses. I don't expect people to do my work for me. I'm just looking for some pointers I guess you could call them.