alyseg0128 alyseg0128 14-04-2024 Computers and Technology contestada Create a pseudocode function that will check if all word in an array are palindrome. Example an input of [‘racecar’,’noon’,’civic’] should return true. But an input of [‘racecar’,’show’,’moon’] should return false