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