Question: Write the method createDigitList which takes in a positive integer number and creates an Integer ArrayList with the digits IN THE ORDER they appear in
Write the method createDigitList which takes in a positive integer number and creates an Integer ArrayList with the digits IN THE ORDER they appear in the original number. For example if the parameter value for num = 15704, the ArrayList should hold [1, 5, 7, 0, 4]. The method header is given as follows:
public static ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
