当前位置:网站首页>Exercise 5
Exercise 5
2020-11-08 16:22:00 【S rookie program ape s】
The first question is
/*huang
*/
#iinclude<stdio.h>
#define MIN_PER_HOU 60 // There are... Every hour 60 minute
int main (int argc,char *argv[]){
int hours, minutes, input;
printf("CONVERT MINUTES TO HOURS!\n");
printf("PLEASE INPUT THE NUMBER OF MINNUTES(<=0 TO QUIT):“);
scanf("%d",&input);
while(input >0){
hours=input/MIN_PRT_HOU:
printf("CONVERT TO %d HOUT AND %dMINUTES\n",houts,minutes);
printf("PLEASE CONTINUE INPUT UHE NUMBER OF MINUTES (<=0TO QUIT):");
scant("%d",&input);
}
printf("PROGRAM EXIT!\n");
}
The second question is
/*huang
*/
#include<stdio.h>
int main(int rgc,char *argv[]){
int counter,i=0;
printf("PRINT COUNTINUE 10 NUMBERS!\n");
printf("PLEASE INPUT THESTART NUMBER :");
scanf("%d",&counter);
while(i+<11){
printf("%d\n",counter++);
printf("PROGRAM EXIT!\n");
returen 0;
}
Third question
/*huang
*/
#include<stdio.h.
#define WEEK_PER_DAY 7// There are... Every week 7 God
int main (int argc,char*argv[]){
int daysmweeks,input;
printf("CONVERT FAYS TO WEEKS!\n");
printf("PLEASE INPUT THE NUMBER OF DAYS (<=0 TO QUIT):");
scanf("%d",&input);
while (input>0){
weeks=input/WEEK_PER_DAY;
days=input%WEEKK_PER_DAY;
printf("%d days are %d weeks, %d days\n",input,weeks,days);
printf("PLEASE INPUT THE NUMBER OF DAYS(<=0 TO QUIT):");
scanf("%d",&input);
}
printf("PROGRAM EXIT!\n");
return 0;
}
Fourth question
/*huang
*/
#include<stdio.h>
#define FEET_TO_CM 30.48
#define INCH_TO_CM 2.54
int main (int argc, char*argv[]){
int feet;
float inches,cm;
printf("CONVERT CM TO INCHES!\n");
printf("Enter the height in centimeters:");
scanf("%f",&cm);
while (cm>0){
feet=cm/FEET_TO_CM;
inches=(cm -feet*FEET_TO_CM)/INCH_TO_CM;
printf("%.1f cm=%d feet , %.1f inches\n",cm,feet,inches);
printf("Enter the height in centimeters(<=0 TO QUIT):");
scanf(‘%f",&cm);
}
printf("PROGRAM EXIT!\n);
return 0;
}
Fifth question
/*huang
*/
#include<stdio.h>
int main(int argc,char *argv[]){
int count = 0,sum=0;
printf("Enter the number of days you work:");
scanf ("%d",&count);
while(count>o){
sum=sum+count--;
}
printf("You earned $ %d total!\n",sum);
printf("PROGRAM EXIT !\n");
return 0;
}
Sixth question
/*huang
*/
#include<stdio.h>
int main(int argc,char *argv[){
int count=0,sum=0;
printf("Enter the number of fays you work:");
scanf("%d",&count);
while(count>0){
sum=sum+count * count;
count--;
}
printf("You earned $ %d total!\n",sum);
printf("PROGAM EXIT!\n");
return 0;
}
Question seven
/*huang
*/
#include<stdio.h>
double cubic(double n);
int main(int argc,char *argv[]){
double input;
printf("Enter the double datum to calc cubic :");
scanf("%f",&input);
cubic(inrut);
printf("PROGRAM EXIT!\n");
return 0;
}
double cubic(double n){
double t=n*n*n;
printf("The %1g's cubic is %1g !\n",n,t);;
return t;
}
The eighth question
/*huang
*/
#include<stdio.h>
int main (int argc,char *argv[]){
int first,second;
printf("This program computes moduli.\n");
printf("Enter an integer to server as the second operand:");
scanf("%d",&second);
printf("Now enter the first operand:");
scanf("%d",&first);
while(first>0){
printf("%d %% %d is %d\n",first,second,(first%second));
printf("Enter next number for first operand(<=0 to quit):");
scanf("%d",&first);
}
printf("Done!\n");
return 0;
}
Question 9
/*huang
*/
#include<stdio.h>
int Temperatures(douuble fahrenheit);
int main(int argc,char*argv[]){
double input;
printf("This program convert fahrenheit to celsius and kelvin.\n");
printf("Enter a fahrenheit to start :");
while(scanf("%1f",&input)==1){
Temperatures(input);
printf("Enter next fahrenheit!(q to quit):");
}
printf("Done!\n");
return 0;
}
int Temperatures(double fahrenheit){
const double F_TO_C = 32.0;
const double C_TO_K = 273.16;
celsius = 5.0/9.0*(fahrenheit - F_TO_C);
kelvin = celsius + C_TO_K;
printf("%.2,fahrennheit, equal %.2f celsius, and %.2f kelvin\n",fahrenheit,
return 0;
}
版权声明
本文为[S rookie program ape s]所创,转载请带上原文链接,感谢
边栏推荐
- 佛萨奇forsage以太坊智能合约是什么?以太坊全球滑落是怎么回事
- 实验
- rabbitmq(一)-基础入门
- c++ opencv4.3 sift匹配
- wanxin finance
- API生命周期的5个阶段
- Gopherchina 2020 Conference
- Huawei has an absolute advantage in the 5g mobile phone market, and the market share of Xiaomi is divided by the market survey organization
- Flink's sink: a preliminary study
- B站stm32视频学习
猜你喜欢
Build simple business monitoring Kanban based on Alibaba cloud log service
华为在5G手机市场占据绝对优势,市调机构对小米的市占出现分歧
第五章编程题
我们做了一个医疗版MNIST数据集,发现常见AutoML算法没那么好用
C++的那些事儿:从电饭煲到火箭,C++无处不在
喜获蚂蚁offer,定级p7,面经分享,万字长文带你走完面试全过程
Solution to the problem of offline connection between ADB and mobile phone
技术总监7年总结,如何进行正确的沟通?
AI香水来了,你会买吗?
Chapter 5 programming
随机推荐
佛萨奇forsage以太坊智能合约是什么?以太坊全球滑落是怎么回事
搭载固态硬盘的服务器究竟比机械硬盘快多少
(O) Analysis of service manager (1) BinderInternal.getContextObject
小青台正式踏上不归路的第3天
新型存算一体芯片诞生,利好人工智能应用~
API生命周期的5个阶段
Liteos message queuing
AI香水来了,你会买吗?
学习记录并且简单分析
Use markdown
laravel8更新之速率限制改进
Your random IO hard disk
我用 Python 找出了删除我微信的所有人并将他们自动化删除了
2020-11-05
基于阿里云日志服务快速打造简版业务监控看板
阿里云加速增长,进一步巩固领先优势
苏州游记
Is there no way out for older programmers?
Elasticsearch 学习一(基础入门).
Jsliang job series - 07 - promise