Nuacht

To use and implement C++ Arrays and string. An array in C++ is a collection of elements of the same data type, stored in contiguous memory locations. Arrays provide a way to store multiple values ...
Declare an array of size 10. Use a loop to read 10 integers from the user. Use another loop to display the entered integers.