class Main { static void main() { int a; Print("testing division by 0 runtime error2\n"); a = 13%0; Print("end"); } }