I have to declare about 300 constants and was wondering if there is any faster, better way than to write each one out individually.
const CHANNEL1 = "G";
const CHANNEL2 = "U";
const CHANNEL3 = "E";
const CHANNEL4 = "I";
ETC.. all the way to const CHANNEL300