add

CF

String – Reverse Vowels

Given a string S, reverse only the vowels in the string S and print the resultant string R as the output. The consonants must maintain their…
CF

Pattern Printing – WIPR 001

Given an input value of N, complete the method printPattern so that program prints the pattern as given in example Input/Output. Input…