We have an exercise and it asks to create a program that will ask the user to initialize 2 character arrays, then compare the value of the variables(or the character array).
My problem is with the initialization:
I will create 2 char Arrays, then.
How can I have the input of the user, be the content of the array.??
Well. I have no problem in comparing the arrays
So, what are the processes that i could use to make this program?
Thanks!