Write a C++ program that accepts a Full Name of a person and print it back with welcome message. Also count how vowels the person’s name have. getline(cin, name); // getline() is used to read a line ...
Write a program that asks users for five movie titles. Print the longest title.