Can some one help me with this program ?? i basically found in my older bother's C++ quizzes the question is : Create a Program that will ask the user to enter 20 Characters. The Characters must be stored in 2 "arrays. Therefore, there should be 10 Char" for each Array.The program must display all the Char" from the first declared array to next. After all the values inside both arrays, The program must display all the "Char" in inverse .From the last character entered by the user in the second array to the first char entered in the First Array... Please help me T_T |
From the last character entered by the user in the second array to the first char entered in the First Array... |
Can your make a it a program im having difficulties in the 2 array part |