Average Character by *yuko*

character*99c;do1;read'(a)',c;j=len_trim(c);k=0;do2 i=1,j;2 k=k+ichar(c(i:));1 print'(a1)',k/j;end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page