Have the function BracketMatcher(str) take the str parameter being passed and return 1 if the brackets are correctly matched and each one is accounted...
Have the function TreeConstructor(strArr) take the array of strings stored in strArr, which will contain pairs of integers in the following format: (i1,i2), where i1 represents...
Have the function LongestWord(sen) take the sen parameter being passed and return the longest word in the string. If there are two or more words...
Have the function QuestionsMarks(str) take the str string parameter and check if there are exactly 3 question marks between every pair of two numbers that add up to 10...