Adding the numbers until the user feels to stop the addition process. #include<stdio.h>; int main(); {; int a, b, c;; char ch;; while(1) ...
確定! 回上一頁