How many function arguments exist in the code? double FahrenheitToCelsius(double fahrenheit) {    return (fahrenheit - 32.0) * 5.0 / 9.0; } int main() {    double fahrenheit;    cin >> fahrenheit;    int c1;    int c2;    int c3;    c1 = FahrenheitToCelsius(fahrenheit);    c2 = FahrenheitToCelsius(32);    c3 = FahrenheitToCelsius(fahrenheit + 5.0); }单项选择题

A

4

B

2

C

3

D

1

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!