The following declaration appears in a program: short totalPay, basePay = 500, bonus = 1000; The following statement appears in
the same program: totalPay = basePay + bonus; Will the statement compile properly or cause an error? If the statement causes an error, why? How can you fix it?
a lot of people use this as a way to keep things nice and safe, but sometimes thinks don’t go as planned. Don’t really know how else to answer this lol