Tags:
tag this topic
create new tag
view all tags
---++ Fifth Lab, ITSC 121, Spring 2020 ---+++ Overview Write one program as follows. Write a program that prints out a table showing conversions from feet to meters and meters to feet (problem 6.9) ---+++ Reminders 1 Include proper comments for all 1 Use proper formatting, etc. 1 Test with more than one set of data where it is appropriate 1 Get the correct data outputted on the program before worrying about formatting 1 Consider limiting your time as you did for last week. You don't need to, but consider it. ---+++ Details of the program Include two methods:<br /> public static double footToMeter(double foot)<br /> public static double meterToFoot(double meter)<br /> The formulas for the conversions are: * meter = 0.305 * foot * foot = 3.279 * meter Write a test program that uses these methods to display the following table<br /> <pre>Feet Meters | Meters Feet --------------------------------------- 1.0 0.305 | 20.0 65.574 2.0 0.610 | 25.0 81.967 ... 9.0 2.745 | 60.0 196.721 10.0 3.080 | 65.0 213.115 </pre> ---+++ Submissions 1 Create a software development report that includes the following for the program: * A problem summary (the big picture) * A list of requirements. (Things that this particular implementation of a solution must do) * A list of steps your program does * A testing report: What exact input you used and what output you got. * How long it took to write it, and how much time was on it each day! * Who you got help from (if you got help) * Changes (if any) you would make if you had more time and/or skill * At least two things you learned while writing the program 1 Create a *zip* folder with your software development report(s) and your java file and submit that to canvas. 1 Due date can be found on canvas
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r1 - 2021-10-19
-
cathybareiss
Home
Site map
Assessment web
BethelAIResources2026 web
CenterForComputing web
ChatGPT web
Intro2AIatBethel web
Main web
Sandbox web
TWiki web
CenterForComputing Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
E
dit
A
ttach
Copyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback