This C tutorial explains how to declare and use floating-point (float) variables with syntax and ... #include <stdio.h> int main() { float age; age = 10.5; ...
確定! 回上一頁