YOMIOLANREWAJUS5GO YOMIOLANREWAJUS5GO Computers and Technology Answered // This pseudocode is intended to describe // computing the per day cost of your rent // in a 30-day month start input rent costPerDay = rent / 31 output rent stop