the row array movieboxoffice stores the amount of money a movie makes (in millions of $) for the 7 days of a week, starting with sunday. write a statement that constructs a row array weekendboxoffice having the values for sunday, friday, and saturday. ex: if movieboxoffice is [5.6, 3.5, 1.1, 1.5, 0.8, 1.2, 1.9], then weekendboxoffice is [5.6, 1.2, 1.9]