Class Activity 13/03: [Pseudo-Code] start Declarations string myName, mySurname double noShifts, noTransact, randValue, productScore while not eof input myName, mySurname, noShifts, noTransact, randValue productScore = (RandValue / noTransact) / noShifts if productScore >= 50 then output myName, mySurname, productScore, “***” else output myName, mySurname, productScore endwhile stop