4. Some examples¶
Make a program that reads a vector of 5 integers and displays the vector.
Make a program that reads a vector of ten real numbers and displays them in reverse order.
Make a program that reads four grades, displays the grades, and the average on the screen.
Another way of doing the same thing.
Make a program that reads a vector of 10 lowercase characters, and tells how many consonants were read.
You have attempted of activities on this page