Created
September 7, 2016 02:58
-
-
Save asadw1/4e52dd24f74a9f8d541d53c96f76deed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.*; | |
public static void main(String[] args) | |
{ | |
Scanner in = new Scanner(System.in); | |
System.out.print("Enter number of factors: "); | |
factors = in.nextInt(); | |
int[] testCases = new int[factors]; | |
List<testCases> testCasesList = new ArrayList<testCases>(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment