首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
SSK3100编程讲解、辅导Programming编程语言、讲解Python,Java程序设计 辅导留学生 Statistics统计、回归、迭代|讲解留学生
项目预算:
开发周期:
发布时间:
要求地区:
SSK3100_Lab 6
GroupLab 7/ page 1
Faculty of Computer Science and Information Technology
SSK 3100 (Computer Programming I)
Semester I 2020/2021
Lab 6 (Week 9 & 10)
Topics:
Develop modular programs by dividing problems into sub-problems (Methods)
Learning Outcome:
At the end of this course, student should be able to :
Construct program from PAC, IC and flowchart
Construct program using methods
Analyse and solve programming problem using stepwise refinement approach
Instructions:
1. Answer all questions below
2. Produce PAC, IC, flow chart and write a program for all questions.
3. Update IC and flowchart for questions 3 based on Lab Assignment 5
4. Demo question 1, 2 and 4 during lab session. Submit the assignment to the
demonstrator before the lab session ends during the submission week (Week 10)
** Copy or other forms of cheating are forbidden. The faculty has very strong rules about this,
and the penalties may be severe. The standard penalty for the first offence is to award 0 to all
parties concerned.
Questions
1. USING METHODS
Write a class that contains the following two methods:
// converts from Celcius to Fahrenheit
public static double CelciusToFahrenheit (double celcius)
// converts from Fahrenheit to Celcius
public static double FahrenheitToCelcius (double fahrenheit)
Round the result to two floating points number. The formula for conversion is:
fahrenheit = (9.0 / 5) * celcius + 32
Write a program that invokes these methods to display the following tables:
Celsius Fahrenheit | Fahrenheit Celsius
40.00 104.00 | 120.00 48.89
39.00 102.20 | 110.00 43.33
2. Write a program that reads two integer values into variables no1 and no2. Then displays
results of their differences (no2–no1 and no1–no2), quotients (no2/no1, and no1/no2) and
remainder no1%no2 and no2%no1. Create three (3) methods with two arguments which
are the two integer values and calculate the result from each process. Consider all method
no return value (void). Example output, if the numbers are 4 and 5, the line that shows their
output should displayed as:
5- 4 = 1
4 – 5 = -1
5 / 4 = 1
4 / 5 = 0
5 % 4 = 1
4 % 5 = 4
Use this format for each output line.
3. Update the following application software (continue your Lab 5, Question 4)
Assume that you are hired to develop application software which is designed specifically for
the SSK3100 Computer Programming course. The application software will be used among
the lecturers who taught the course. The application software should be able to calculate the
total marks accumulated by each student registered for the course. In order to calculate the
total marks, the lecturer need to input the marks obtained by each student for First Test,
Second Test, Assignments, and Final Examination. The following is the distribution of
percentages taken for the calculation of the total mark:
• First Test will take 20%. The full mark for the test is 50.
• Second Test will take 20%. The full mark for the test is 50.
• Assignments will take 30%. Assume that 3 assignments will be given for the student, and
each assignment carries 30 marks.
• Final Examination will take 30%. The full mark for the examination is 100.
The application software shall display all the marks for each evaluation, including total marks
in 100%. Find the grade based on the total mark. Grade is identified based on the following
table:
Total Marks (100%) Grade
Separate the problem into these following two sub problems:
a. calculate total marks (return total mark)
b. determine grade
Identify and propose another two sub problems from the main problem.
SSK3100_Lab 6
GroupLab 7/ page 3
4. Write a program with these 4 methods that does the followings:
a. Method readNumber : Reads five data (type double) from user and stores them
in variables a, b, c, d, and e.
b. Method calcTotalNumber : Calculates the total of the five data read (type double)
from question a. and stores the result in a variable named total. Return the total
to called method.
c. Method calcAverange : Calculates the average using return value from question
b. and stores the result in a variable named average. Return the average to
called method.
d. Method displayResults : Displays the all five numbers, total and average value.
Identify suitable parameters that need to be pass to the method. Use local
variables/parameters and return value for data sharing, instead of global variables.
5. Conversion Program
Write a program that asks the user to enter a money in MYR(Malaysian Ringgit). The
program will then present the following menu of selections:
1. Convert to USD (United State Dollar)
2. Convert to GBP (British Pound Sterling)
3. Convert to SAR (Saudi Riyal)
4. Quit the program
Write a void method named menuForMoneyConversion that displays the menu of
selections. This method should not accept any arguments. The program should continue to
display the menu until the user enters 4 to quit the program.
Depending on the user's selection, write an appropriate method based on the following
information:
• money convertion MYR to USD, which accepts the number of MYRMoney as an
argument. The method should display the argument converted to USDMoney. The
convertion formula: USDMoney = MYRMoney * 0.4006
• money convertion MYR to GBP, which accepts the number of MYRMoney as an
argument. The method should display the argument converted to GBPMoney. The
convertion formula: GBPMoney = MYRMoney * 0.2890
• money convertion MYR to SAR, which accepts the number of MYRMoney as an
argument. The method should display the argument converted to SARMoney. The
convertion formula: SARMoney = MYRMoney * 1.1293
• The program should not accept negative numbers for the money in MYRMoney.
• If the user selects and invalid choice from the menu, the program should display an
error message.
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
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: 9951568
© 2021
www.rj363.com
软件定制开发网!