Question: Write a function in OCaml such that given a input text file with 5 lines , it tests wether each line is a pangram (
Write a function in OCaml such that given a input text file with 5 lines , it tests wether each line is a pangram ( Contains every letter from a -z ) and write true or false to an output text file depending on if each line is a pangram or not.
Example : If Input file contains :
we promptly judged antique ivory buckles for the next prize. how quickly daft jumping zebras vex. pottery is an art. crazy fredrick bought many very exquisite opal jewels. mr. dumbledore is a funny name for a dog.
The output file should return :
true true false true false
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
