首页
编程语言
数据库
网络开发
Algorithm算法
移动开发
系统相关
金融统计
人工智能
其他
首页
>
> 详细
编译器GCC 辅导讲解GCC 编程、辅导C、辅导解析 C99 standard library 讲解R语言编程|讲解SPSS
Shapes
Overview
You are to write a program that responds to input from the user by displaying some basic geometric shapes in the terminal window. The input will specify the shape required and provide details of the properties of the shape.
Your program should be able to print four shapes:
? A right-angled triangle. The example below shows a right-angled triangle of height 5 and border thickness 1.
Text
? A square. The example below shows a square of height 6 and border thickness 2.
? A rectangle. The example below shows a rectangle of height 7, width 10, and border thickness 3.
? A triangular pyramid. The example below shows a triangular pyramid that is 2 levels high and is composed of smaller triangles of size 3.
The second example below shows a triangular pyramid that is 3 levels high and is composed of smaller triangles of size 2.
Specification
The program shall comply with the following specification:
1. The program shall be written in C and compiled with GCC using the C99 standard.
2. The program shall print to the terminal window simple geometric shapes from the set of {right-angled triangle, square, rectangle} using the single character # and a triangular pyramid using the characters (/ \ _).
3. The units of measure shall be terminal window rows (hereafter "rows") in the vertical direction and character spaces (hereafter "spaces") in the horizontal direction.
4. When the program is run it shall print a short welcome message:
SHAPES: The shape printer.
5. The program shall then display the following message prompting user input from the keyboard:
Text
Please select a shape from the following list:
- (t) right-angled triangle
- (s) square
- (r) rectangle
- (p) triangular pyramid
6. The program shall print the following upon an invalid menu selection:
Invalid input.
and then again print the message specified by clause 5.
7. The program shall request a height for the shape that shall be a minimum of 1 row for all shapes excluding the triangular pyramid which shall have a minimum of 2 rows:
What height should the shape be?
The program shall print:
Invalid input.
in response to any invalid input including but not limited to characters and out-of-range numbers and request the height again.
8. Invalid input shall include but not be limited to characters and numbers that are out-of-range for any particular user entry required.
9. The rectangle shall require an additional width parameter to be requested with a minimum of 1 character space:
What width should the rectangle be?
The program shall print
Invalid input.
in response to any invalid input and request the size again.
10. The triangular pyramid shall require an additional level parameter to be requested, with a minimum of 1 row of triangles:
How many levels should the triangular pyramid have?
The program shall print:
Invalid input.
for any invalid input and request the number of levels again.
11. For all shapes except the pyramid the program shall request a border thickness from the user:
What thickness should the border have?
This value shall have a minimum of 1 and no maximum. Any value greater than half of the the smallest size parameter shall result in a completely-filled shape. Any invalid size shall give:
Invalid input.
and request the level number again.
12. The program shall then print the specified shape.
13. The program shall return to the shape selection menu given in clause 5 with the additional option of:
- (q) quit from SHAPES.
If this option is chosen the program will exit with a return value of 0.
Execution
Your submission must include a Makefile. Your code will be compiled by executing the command make in the root directory of your submission. The executable that is created must be called shapes. It must be created in the root directory of your submission.
Edstem will call your program in a number of test cases. These test cases work by giving input lines (similar to typing input and pressing enter on the terminal) and checking the output of your program against a text file we supplied that matches the specification requirements. You will need to match every character on all of the lines for the program to pass. Feedback is visible on a subset of the test cases to let you know you match the format.
Libraries
You may use any function in the C99 standard library. You may not use external sources of code—whether they be libraries or applications code—regardless of licensing.
The following standard library functions are likely to be useful:
Header
has input/output functions: scanf(), putchar(), printf()
Header
has the bug-catching macro assert()
Expectations
? This is an individual assignment, not group work. Although you can consult others about the use of specific functions, the code that you submit must be solely your own work: The result of your thought process, design decisions, implementation and testing.
? We expect you to follow good design practices, including the use of functions to reduce complexity and code repetition.
? Robust parsing (look it up!) of user input using scanf() will not be exhaustively tested in this assignment as string handling has not yet been covered. Most marks related to user input will come from accepting valid input or rejecting input that is not valid because it contains, for example, characters or numbers that are out of range.
? You will make completing the assignment significantly easier if you start work on it early and adopt an incremental approach to implementation and testing. In other words,
o Do not code the entire program and then submit it for testing. Instead, code a small subsection and test it, then incrementally extend this subsection and re-test.
o Do not submit your first code at 10pm on the night that the assignment is due and expect everything to work...
? Elements of the project are intended to be challenging. The triangular pyramid can be seen as an extension to get full marks - but not required to pass and only makes up 10% of the entire assignment.
联系我们
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-21:00
微信:codinghelp
热点文章
更多
辅导 comm2000 creating socia...
2026-01-08
讲解 isen1000 – introductio...
2026-01-08
讲解 cme213 radix sort讲解 c...
2026-01-08
辅导 csc370 database讲解 迭代
2026-01-08
讲解 ca2401 a list of colleg...
2026-01-08
讲解 nfe2140 midi scale play...
2026-01-08
讲解 ca2401 the universal li...
2026-01-08
辅导 engg7302 advanced compu...
2026-01-08
辅导 comp331/557 – class te...
2026-01-08
讲解 soft2412 comp9412 exam辅...
2026-01-08
讲解 scenario # 1 honesty讲解...
2026-01-08
讲解 002499 accounting infor...
2026-01-08
讲解 comp9313 2021t3 project...
2026-01-08
讲解 stat1201 analysis of sc...
2026-01-08
辅导 stat5611: statistical m...
2026-01-08
辅导 mth2010-mth2015 - multi...
2026-01-08
辅导 eeet2387 switched mode ...
2026-01-08
讲解 an online payment servi...
2026-01-08
讲解 textfilter辅导 r语言
2026-01-08
讲解 rutgers ece 434 linux o...
2026-01-08
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 99515681 微信:codinghelp
© 2024
www.7daixie.com
站长地图
程序辅导网!