The idea is that `i` must be initialized in `init`...
# announcements
m
The idea is that
i
must be initialized in
init
. It means that there must be no code path where
i
is not initialized. So you can either throw an exception after
System.exit(1)
or initialize
i
with some value.