Suppose that you already have a variable called ladybug, of type int. Write a Java statement that makes ladybug hold a value that is one larger than what it used to hold. For example, if ladybug holds 10 before doing the statement, then it should hold 11 afterwards.