narutoboy9583 narutoboy9583 13-12-2021 Computers and Technology contestada Declare and define a function called displayConcat that displays the concatenation of the first parameter with the second. Ex: displayConcat("After", "noon") displays "Afternoon".