大学作业答案下载
⑴ (最新)国家开放大学学习作业及答案
你自己去搜搜看吧
可以看看vx小程序的电大题酷小程序里边有木有
作业还是习题答案都能查到
⑵ 求大学C语言作业答案!!!!
//以下程序经过了我编译运行,可以直接运行,逻辑正确。
#include<stdio.h>
#include<stdlib.h>
int main(int argc, char **argv)
{
char c;
int a[10];
for(int i=0; i<10; i++)
a[i]=0;
while(true)
{
printf("\n\nPlease input 1 for smoking\n");
printf("Please input 2 for nonsmoking\n");
printf("input q or Q to quit\n");
scanf("%c", &c);
fflush(stdin);
if(c=='q'||c=='Q')
break;
if(c=='1'){
int i;
for(i=0; i<5; i++)
if(a[i]==0){
printf("your seat is: %d\n", i+1);
a[i]=1;
break;
}
if(i<5)
continue;
else{
printf("smoking seats over, nonsmoking OK?(y or n)\n");
scanf("%c", &c);
fflush(stdin);
if(c=='n' ||c=='N'){
printf("Next flight leaves in 3 hours\n" );
return 0;
}else{
int i;
for ( i=5; i<10; i++)
if(a[i]==0){
a[i]=1;
break;
}
if(i<10){
printf("your seat is: %d\n", i+1);
continue;
}else{
printf("Next flight leaves in 3 hours\n" );
return 0;
}
}
}//else
}
if(c=='2'){
int i;
for( i=5; i<10; i++)
if(a[i]==0){
printf("your seat is: %d\n", i+1);
a[i]=1;
break;
}
if(i<10)
continue;
else{
printf("nonsmoking seats over, is smoking seat OK?(y or n)\n");
scanf("%c", &c);
fflush(stdin);
if(c=='n' ||c=='N'){
printf("Next flight leaves in 3 hours\n" );
return 0;
}else{
int i;
for ( i=0; i<5; i++)
if(a[i]==0){
a[i]=1;
break;
}
if(i<5){
printf("your seat is: %d\n", i+1);
continue;
}else{
printf("Next flight leaves in 3 hours\n" );
return 0;
}
}
}//else
}
}//while
}
⑶ 哪个网可以搜到大学作业答案,免费的
可以去你们学校里的复印店找,那里的试卷答案,作业答案不要太全。
⑷ 大学英语作业答案
大学英语几呢,我给你找。
⑸ 哪个微信公众号可以找到大学的课后习题答案
以高校作业答案大全为例,步骤如下:
1、直接在微信的搜索窗口中选择对应公众号进入。
⑹ 有没有大学作业答案的网站,求
一般课本都有一本课后习题答案单独的一本书 找到那本书名 找电子版 基本都有 除非你学的这本书今年刚要
⑺ 人大网院作业答案大学英语(一)答案
The Spanish and Portuguese _____ had a profound effect upon the general mentality of Latin America.
A. customs
B. civilizations
C. cultures
D. habits