





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...
.png&__src=https%3A%2F%2Fcoderbyte.com%2Fdevelopers&__type=image)
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...
.png&__src=https%3A%2F%2Fcoderbyte.com%2Fdevelopers&__type=image)
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...
.png&__src=https%3A%2F%2Fcoderbyte.com%2Fdevelopers&__type=image)
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...
