文件名称:tony
介绍说明--下载内容均来自于网络,请自行研究使用
成績顯示三個部份abc
#include<stdio.h>
#include<stdlib.h>
int main(void)
{
float gread
printf("請輸入分數\n")
scanf("%f",&gread)
if(gread>=80&&gread<=100)
printf("成績為A\n")
else if(gread>=60&&gread<=79)
{
printf("成績為B\n")
}
else if(gread>=0&&gread<60)
{
printf("成績為C\n")
}
else
{
printf("分數輸入錯誤\n")
}
system("pause")
return 0
}
-Results demonstrate that the three parts of abc# Include <stdio.h># Include <stdlib.h> int main (void) (float gread printf ( Please enter the Score ) scanf ( f ,
#include<stdio.h>
#include<stdlib.h>
int main(void)
{
float gread
printf("請輸入分數\n")
scanf("%f",&gread)
if(gread>=80&&gread<=100)
printf("成績為A\n")
else if(gread>=60&&gread<=79)
{
printf("成績為B\n")
}
else if(gread>=0&&gread<60)
{
printf("成績為C\n")
}
else
{
printf("分數輸入錯誤\n")
}
system("pause")
return 0
}
-Results demonstrate that the three parts of abc# Include <stdio.h># Include <stdlib.h> int main (void) (float gread printf ( Please enter the Score ) scanf ( f ,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tony
....\Project2.bpf
....\Project2.bpr
....\Project2.exe
....\Project2.res
....\Project2.tds
....\Unit1.c
....\Unit1.obj
....\Project2.bpf
....\Project2.bpr
....\Project2.exe
....\Project2.res
....\Project2.tds
....\Unit1.c
....\Unit1.obj