当前位置:网站首页>习题五
习题五
2020-11-08 16:22:00 【S菜鸟程序猿S】
第一题
/*huang
*/
#iinclude<stdio.h>
#define MIN_PER_HOU 60 //每小时有60分钟
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");
}
第二题
/*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;
}
第三题
/*huang
*/
#include<stdio.h。
#define WEEK_PER_DAY 7//每周有7天
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;
}
第四题
/*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;
}
第五题
/*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;
}
第六题
/*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;
}
第七题
/*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;
}
第八题
/*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;
}
第九题
/*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菜鸟程序猿S]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4741327/blog/4708232
边栏推荐
- Golang ICMP Protocol detects viable hosts
- Using k3s to create local development cluster
- Summary of rendering of water wave and caustics (etching) in webgl
- DeepMind 最新论文解读:首次提出离散概率树中的因果推理算法
- The birth of a new integrated memory and computing chip is conducive to the application of artificial intelligence~
- . net large data concurrency solution
- markdown使用
- Elasticsearch 学习一(基础入门).
- 阿里云视频云技术专家 LVS 演讲全文:《“云端一体”的智能媒体生产制作演进之路》
- Travel notes of Suzhou
猜你喜欢
刚刚好,才是最理想的状态
Builder pattern
关于update操作并发问题
rabbitmq(一)-基础入门
Google's AI model, which can translate 101 languages, is only one more than Facebook
构建者模式(Builder pattern)
Essential for back-end programmers: distributed transaction Basics
C++的那些事儿:从电饭煲到火箭,C++无处不在
awk实现类sql的join操作
我用 Python 找出了删除我微信的所有人并将他们自动化删除了
随机推荐
聊聊Go代码覆盖率技术与最佳实践
wanxin finance
[开源] .Net 使用 ORM 访问 华为GaussDB数据库
这几个C++的坑,一旦踩中了,加班是肯定避免不了了!
打工人,打工魂,抽终身会员,成为人上人!
It's just right. It's the ideal state
“他,程序猿,35岁,被劝退”:不要只懂代码,会说话,胜过10倍默默努力
2035我们将建成这样的国家
一分钟全面看懂forsage智能合约全球共享以太坊矩阵计划
Drink soda, a bottle of soda water 1 yuan, two empty bottles can change a bottle of soda, give 20 yuan, how much soda can you
谷歌开源能翻译101种语言的AI模型,只比Facebook多一种
漫画:寻找股票买入卖出的最佳时机(整合版)
What are the necessary laws and regulations to know when entering the Internet?
On the concurrency of update operation
Recurrence of Apache kylin Remote Code Execution Vulnerability (cve-2020-1956)
How does the system response time and throughput change with the increase of concurrency pressure during performance pressure testing
Stm32uberide download and install - GPIO basic configuration operation - debug (based on CMSIS DAP debug)
Arduino IDE搭建ESP8266开发环境,文件下载过慢解决方法 | ESP-01制作WiFi开关教程,改造宿舍灯
喜获蚂蚁offer,定级p7,面经分享,万字长文带你走完面试全过程
SQL quick query