猿问

请问这程序思路哪不对,谢谢

#include <stdio.h>
int main()

{
    int age = 18;
 float height = 1.85;
 printf("%d"\n, age);
 printf("%f"\n,height);
 printf("小明现在在慕课网上学习IT技术"\n); 
 return 0;
}

慕桂英3364863
浏览 789回答 1
1回答
随时随地看视频慕课网APP
我要回答