{\rtf1\ansi\ansicpg1252\cocoartf2639 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \margl1440\margr1440\vieww11520\viewh8400\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0 \f0\fs24 \cf0 Pseudo-code:\ \ Declare std statements\ \ Set const int SIZE = 10;\ \ Int main\ \{\ Set varX to SIZE\ Set varY to SIZE\ Set varZ to 99\ \ Go to GetAndDisplayWelcomeInfo\ Go to FunctionOne (using varX, varY)\ Go to FunctionTwo (using varX, varY, varZ)\ Go to PrintFunction (using varX, varY, varZ)\ \ Return nothing\ \}\ \ Void GetAndDisplayWelcomeInfo\ \{\ Set Char name[2][20]\ Print \'93Please enter your first name: \'93\ Set user input name[0]\ \ Print \'93Please enter your last name: \'93\ Set user input name[1]\ \ Print \'93Welcome \'93<