might be main or another method // dont know yet
int[] num1 = new int[intA];
int[] num2 = new int[intB];
public static void cal(what do i put here)
blah blah
and
class Homework7v2
{
int a=0; // i need to use this int all the way through and
// it wont let me put it here>?
public static void main(String[] args)