tdrizzleee6541 tdrizzleee6541 11-04-2022 Computers and Technology contestada What is output? public class vehicle { public void drive(){ system.out.println("driving vehicle"); } }