The variable August has a value of 31. Identify two correct assignment operations that will increment the value of August by 1 to be 32. Select 2 correct answer(s)_____ a. ((August = August++)) b. $((August = August++)) c. ((August = ++August)) d. August = 'August + 1' (e. (August = August + 1))