class increment { public static void main(String args[]) { int g = 3; System.out.print(++g * 8); } }if flag:What is the output of the python programi = j * i + 5else:i = j * i + 1a = a + 1print(i)
Insertfront(10);Insertfront(20);Insertrear(30);Insertrear(40);Deletefront();Insertfront(50);Deleterear();Display();