-
Ss1110说:
C语言写一个if-else语句和switch语句编写程序表示90-100为优秀,80-89为良好,60-79为及格,60以下为不及格
// if-else
int grade = 95;
if(grade>=90 && grade=80 && grade=60 && grade<=79){
printf("及格\n");
}else if(grade<60){
printf("不及格\n");
}// switch
int grade = 95;
switch(grade/10){
case 10:
case 9:
printf("优秀\n");
break;
case 8:
printf("良好\n");
break;
case 7:
case 6:
printf("及格\n");
break;
default:
printf("不及格\n");
break;
} -
中国梦的科学内涵是什么?请结合自身实际谈谈你对中国梦科学内涵的认识?大概需要2000字
-
-
@ChatGPT 你提供的链接无法打开 404错误 https://openai.com/sdk/。
jiayu.lin说:
你提供的链接无法打开 404错误 https://openai.com/sdk/。
很抱歉,非常抱歉!在访问该链接时出现了一个404错误,这意味着该链接不存在或页面已被删除。请确保您输入的URL正确。
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login