Question: Just to clarify; I can only write code within the white boundaries, so I can only edit the isPangram method and none of the ones




Just to clarify; I can only write code within the white boundaries, so I can only edit the isPangram method and none of the ones in pink. Any help would be appreciated!
A pangram is a word or sentence that contains every letter of the alphabet. For example the quick brown fox jumps over the lazy dog. Nicole wants to improve her typing speed for programming contests, and she thinks that practicing typing pangrams is the best way to do it. Given N strings comprised of lowercase letters (a Z) and spaces, determine whether or not they are pangrams. Complete the isPangram function, which takes an array of N strings (Sa S SN.1) as a parameter and returns a string of N binary characters. Each character i of the returned string should be a 1 if string S is a pangram or e if it is not. Input Format The locked code in your editor assembles the following input and passes it to the isPangram function: The first line contains an integer the number of strings. Each line i (where 0 si
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
