Fletcher is making an online ticket buying system for a museum. His program needs to calculate the final cost of a ticket with extra options added, a planetarium show and an IMAX 3D movie.
The initial code looks like this:
ticket ← 32 starShow ← 16 imax3D ← 9
Which code successfully calculates and stores the final cost?
️Note that there may be multiple answers to this question