Write a program in C++ to read an array of sorted integers. Search for a value using binary search method. If the element is found, print its location else print element not found.
Write a program in C++ to accept a String and print the total no of vowels in it. Also print the string in upper and lower case.