[code=c]printf("%d, %f", a, g); [/code] will print the values stored in a then g . You can print any number of things at once with printf , above is an example.
確定! 回上一頁