Pseudocode cost per day and the cost per week for a vacation. is the following correct? input totalDollarsSpent
input daysOnTrip
costPerDay = totalMoneySpent * daysOnTrip
weeks = daysOnTrip / 7
costPerWeek = daysOnTrip / numberOfWeeks
print costPerDay, week