Guest User

Untitled

a guest
Dec 15th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. let overallMovieInfo = { Name = "The Lord of the Rings Series";
  2. RuntimeInMinutes = overallRunTimeInMinutes;
  3. BudgetInMillions = overallBudgetInMillions;
  4. BoxOfficeRevenueInMillions = overallBoxOfficeRevenueInMillions;
  5. AcademyAwardNominations = overallNominations;
  6. AcademyAwardWins = overallWins;
  7. RottenTomatoesScore = overallAvgRottenTomatoesScore; }
Add Comment
Please, Sign In to add comment