文件名称:自己写的作业,大家可以下载
介绍说明--下载内容来自于网络,使用问题请自行百度
Exercise 1: Programming Environment and Basic Input/Output
1. Write a program that prints “This is my first program!” on the screen.
(a) Save this program onto your own disk with the name of e2-1a;
(b) Run this program without opening Turbo C;
(c) Modify this program to print “This is my second program!”, then save it as e2-1b. Please do not overwrite the first program.
2. Write a program that prints the number 1 to 4 on the same line. Write the program using the following methods:
(a) Using four “printf” statements.
(b) Using one “printf” statement with no conversion specifier (i.e. no ‘%’).
(c) Using one “printf” statement with four conversion specifiers
3.(a) Write a program that calculates and displays the number of minutes in 15 days.
(b) Write a program that calculates and displays how many hours 180 minutes equal to.
(c) (Optional) How about 174 minutes?
1. Write a program that prints “This is my first program!” on the screen.
(a) Save this program onto your own disk with the name of e2-1a;
(b) Run this program without opening Turbo C;
(c) Modify this program to print “This is my second program!”, then save it as e2-1b. Please do not overwrite the first program.
2. Write a program that prints the number 1 to 4 on the same line. Write the program using the following methods:
(a) Using four “printf” statements.
(b) Using one “printf” statement with no conversion specifier (i.e. no ‘%’).
(c) Using one “printf” statement with four conversion specifiers
3.(a) Write a program that calculates and displays the number of minutes in 15 days.
(b) Write a program that calculates and displays how many hours 180 minutes equal to.
(c) (Optional) How about 174 minutes?
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : EX01.rar 列表 e2-1b.cpp Second.cpp third.cpp e2-1a.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.