febrianto / Publications
Forum
Simple Question about Comment() function
Dear all programmer, i need your help to solve below algorithm,, i just would like to show it as follows : exp: 1 2 3 4 5 but it didn't work, some advise will be appreciated.. :) thnks. int list[ 5 ] = { 1 , 2 , 3 , 4 , 5 }; int start() { for ( int i = 1 ; i <= 5 ; i++) { Comment (list[i] +