OldSex = NewSex
OldSalary = NewSalaryNewName = PrevOldName
NewAddress = PrevOldAddress
NewPhone = PrevOldPhone
NewSNN = PrevOldSSN
NewSex = PrevOldsex
NewSalary = PrevOldSalaryMicrosoft Quick Bas
eic Basic TYPE ENDTYPE
TYPE tEmployee
Name AS STRING
Address AS STRING
Phone AS STRING
SSN AS STRING
Sex AS STRING
Salary AS STRING
END TYPEDIM NewEmployee AS tEmployee
DIM OldEmployee AS tEmployee
DIM PrevOldEmployee AS tEmployeePtevOldEmployee = OldEmploydee
OldEmploye = NewEmployee
NewEmployee = PtevOldEmployeeNumWithholdings ,
Pascal C
Basic
CALL HardWayRoutine( Name, Address, Phone, SSN, Sex,Salary )CALL EasyWayRoutine( Employee )
( ) NumWithholdings
HardWayRoutine() Employee N
umWithholdings EasyWayRoutine()