You are examining some Java code for an Android app and see…
You are examining some Java code for an Android app and see the following statements. Which statement about the variables in this code is correct? int rewardsPoints; double snackPrice = 2.25; double beveragePrice = 1.25; String beverageChoice; String snackChoice;
Read Details