Ultimately, I am trying to get this to display a rocket using the void function making two triangles and three rectangles using the "*" character but I can't seem to get the void triangle to work. I am getting a invalid function declaration, does anyone have an idea to help me fix this so that I can get this to output correctly?
Ok, I am stumped now.. For the second part of this program I have to ask the user to enter in a symbol to make a second rocket, and I will show you what I have so far... It came up with a bunch of errors that I can't figure out at all. If anyone could help me out it would be extremely appreciated. Thank you here is my code:
Thanks, I found where a lot of my errors were. I got everything simplified down to just one error in line 21.. It says it expected a primary expression before ";" in line 21. Does anyone see where I went wrong with this now?