While loop, for the largest of two numbers. #include int main(){ int a, b; printf("Enter Values a and b:\n"); scanf("%d %d", &a, &b); ...
確定! 回上一頁