pascal键盘输入一个数,判断该数的等级 5
2个回答
展开全部
var score:real;
begin
readln(score);
if (score>=85)and(score<=100)
writeln('A')
else if (score>=75)and(score<85)
writeln('B')
else if (score>=60)and(score<75)
writeln('C')
else if (score>=0)and(score<60)
writeln('D');
end.
因为没说分数是整数,而且现实生活中有60.5分这样的例子。所以使用了real.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询