Answer to Question #20959 in C++ for dalal waleed
Question #20959
Write a program that asks the user to enter an integer number N and then creates two arrays of
characters of size N (dynamic arrays). The program should take the characters of each array from
the user. The program then compares the two arrays and displays “Lower Case” if the first array
is exactly identical to the 2nd array but with lower case characters. Otherwise, it displays “Not
Lower Case”. (Use pointers while reading and passing through the elements of the two arrays).
characters of size N (dynamic arrays). The program should take the characters of each array from
the user. The program then compares the two arrays and displays “Lower Case” if the first array
is exactly identical to the 2nd array but with lower case characters. Otherwise, it displays “Not
Lower Case”. (Use pointers while reading and passing through the elements of the two arrays).
Expert's answer
Unfortunately, your question requires a lot of work and cannot be done for free.
Submit it with all requirements as an assignment to our control panel and we'll assist you.
Submit it with all requirements as an assignment to our control panel and we'll assist you.
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment