Write the c program below and run it in DEV C: Write the flow chart: #include<stdio.h> int main L int n; printf Enter a number:") scanf("%d"&n); if(n<10) printf ...
確定! 回上一頁