Project 2: (General Case) Packs of Pokémon

A store sells Pokémon figures.  They sell big packs and small packs.  Big packs have 5 Pokémon in each pack, while the small packs only have 1 Pokémon.

Project: Variables 'bigPacks' and 'smallPacks' have been initialized; but the numbers are unknown.  Appropriately initialize the value of 'total' below by implementing a general expression.

For example: total = bigPacks + smallPacks    (this is not the correct solution, but gives you an example of how your answer will look)

Note: If your code works for 5 test cases in a row, you can enter your e-mail address.