count

PythonF

Anagrams Count

Two strings S1, S2 are passed as input to the program. The program must print the count of anagrams present in both the strings. Out of each…
PythonF

Unique Alphabet Count

A string S is passed as input to the program which has only alphabets (all alphabets in lower case). The program must print the unique count…
CF

C – Functions – Vowel Count

A string is passed as input. The program must print the count of vowels. Fill in the lines to implement the function countVowels. Boundary…
JavaF

Numbers – Range Count

Given N distinct integers, the program must print the number of ranges R present. A range is defined as two or more consecutive integers.…
PythonF

Count of UpperCase Letters

A string S is passed as the input. The program must print the number of upper case letters in the string S. Input Format: The first line…