当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- On DSA of OpenGL
- 第二章编程练习
- Xiaoqingtai officially set foot on the third day of no return
- Golang system ping program to detect the surviving host (any permission)
- Design by contract (DBC) and its application in C language
- Elasticsearch 学习一(基础入门).
- On the concurrency of update operation
- Interpretation of deepmind's latest paper: the causal reasoning algorithm in discrete probability tree is proposed for the first time
- Development of uni app imitating wechat app
- How to solve the conflict when JD landed on Devops platform?
猜你喜欢

关于update操作并发问题

我用 Python 找出了删除我微信的所有人并将他们自动化删除了

LiteOS-消息队列

Rabbitmq (1) - basic introduction

C + + things: from rice cookers to rockets, C + + is everywhere

学习记录并且简单分析

华为在5G手机市场占据绝对优势,市调机构对小米的市占出现分歧

第五章编程题

What is forsage Ethereum smart contract? What is the global decline of Ethereum

Interpretation of deepmind's latest paper: the causal reasoning algorithm in discrete probability tree is proposed for the first time
随机推荐
How to solve the conflict when JD landed on Devops platform?
华为在5G手机市场占据绝对优势,市调机构对小米的市占出现分歧
write文件一个字节后何时发起写磁盘IO
区块链周报:数字货币发展写入十四五规划;拜登邀请MIT数字货币计划高级顾问加入总统过渡团队;委内瑞拉推出国营加密交易所
Tips and skills of CSP examination
Apache Kylin远程代码执行漏洞复现(CVE-2020-1956)
C++的那些事儿:从电饭煲到火箭,C++无处不在
我们做了一个医疗版MNIST数据集,发现常见AutoML算法没那么好用
Builder pattern
我用 Python 找出了删除我微信的所有人并将他们自动化删除了
Build simple business monitoring Kanban based on Alibaba cloud log service
契约式设计(Dbc)以及其在C语言中的应用
实验
Liteos message queuing actual combat
Jsliang job series - 07 - promise
Welcome to offer, grade P7, face-to-face sharing, 10000 words long text to take you through the interview process
Solution to the problem of offline connection between ADB and mobile phone
Is there no way out for older programmers?
LeanCloud 十月变化
The first open source Chinese Bert pre training model in the financial field