An unhandled error has occurred. Reload X
1 / 5
Expert
Iris is reviewing a Java 8 pricing module before a certification-style code audit. The code contains assert balance >= 0 : balance; in production, but assertions are not enabled on the JVM. What happens when balance is negative?