I'm having some issues with my program and don't know where to look really. The user is supposed to enter 5 lines to make a limerick poem. When I check the file its code like 006CF744 and not the poem as desired. What should i fix?
whenever i try for (int i = 1; i <= 5; i++) i keep getting an error in which i have to break(i guess due to the arrays size). What I want it to say is Enter Limerick line 1...instead of starting at 0. What's up with that. I thought setting i=1; i<=5 would do it be it's not.