stringband26(intindex){stringstr;if(index==0)return"a";while(index!=0){intremainder=index%26;charc=singleBand26(remainder);str=c+str;index=index/26;}returnstr;}