Skip to content

Instantly share code, notes, and snippets.

@asadw1
Created September 7, 2016 02:58
Show Gist options
  • Save asadw1/4e52dd24f74a9f8d541d53c96f76deed to your computer and use it in GitHub Desktop.
Save asadw1/4e52dd24f74a9f8d541d53c96f76deed to your computer and use it in GitHub Desktop.
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