Write a statement that increments total by the value associated with amount . That is, add the value associated with amount to that associated with total and assign the result to total .

Respuesta :

Answer:

total = total + amount

Explanation:

The statement that increments total by the value associated with amount i.e add the value associated with amount to that associated with total and assign the result to total is:

total = total + amount