Here is the while loop that I need to put into my code, but I can not figure out where to insert this so that I can display characters A-C.
1 2 3 4 5
while (head != NULL)
{
cout<<head->letter<<endl;
head = head->next;
}
Please help. This is the last project that i have to complete and I have been going crazy trying to get it done. If someone could complete this i would be very grateful. I know I have everything just don't know how to make the puzzle pieces fit.
Hmm.If I Were You,I Would Include <string.h> And Then Assign A Number To Each Letter.For Bigger Loops,I Would Make A Loop That Would Assign Each Other.Now That Would Be Simple(:.I Am Not The Best At Syntax,But I do Program The Following Languages.No Joke:JavaScript,HTML,VBS,BASIC,CSS,Lua,Luna,And After Mastering All Of The Above (I am Woriking On BASIC And C++)I think I know what do Do Command Wise.