Pseudocode cost per day and the cost per week for a vacation


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 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Pseudocode cost per day and the cost per week for a vacation
Reference No:- TGS0116194

Expected delivery within 24 Hours