constant int SIZE = 5 instantiate 3 integer arrays with size of SIZE, their names will be varX, varY, varZ GetAndDisplayWelcomeInfo() { create a 2 dimensional array of characters with name 'name' its size will be [2][20] set name[0] to user inputed first name set name[1] to user inputed second name print welcome message, "Welcome name[0] + name[1]. Hope all is well" } FunctionOne(int varX[], int varY[]) { for(x=0, x