Algorithms Homework – Fall 2000

double[] sal1,sal2; //array type and brackets can be used at the //beginning to indicate that all identifiers listed represent arrays. Allocating arrays and initializing its elements: Look p318 InitArray Program. Initializer Lists. int temp[] = {50,60,70,80,90,100}; array size is … ................
................