malikbarrett28 malikbarrett28 21-12-2018 Computers and Technology contestada What is the output of the AWK program? BEGIN { a[1]="CST" a[2]="CST" for(i=1;i<4;i++) { print a[i] } } etc.