Which scenario might benefit from using a temporary case?
1) Scenario where multiple variables need to be stored temporarily
2) Scenario where data needs to be accessed by multiple functions
3) Scenario where data needs to be retained across program executions
4) Scenario where temporary storage is required for intermediate calculations