Consider a variant of CBC-mode encryption where the sender simply increments the IV by 1 each time a message is encrypted rather than choosing the IV at random each time. The IV is chosen randomly the first time an encryption is performed.
Show that the resulting scheme is not IND-CPA-secure.