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 createDigitList(int num){

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!