Identify the bad coding practice evident in the code sample by selecting one of the five possibilities. public class doSomething [ private void doTheFirstThing 0 [ doTheSecondThing(): ] private void doTheSecondThing() I doTheFirsthing(): | public static void main(String[] args) | System.out.printin("Running doSomething"):
a. Assignment to Variable Without Use b. Dead Code c. Leftover Debug Code d. Missing Default Case in Switch Statement e. Omitted Break Statement in Switch