<< Prev Showing: 41-45 of 180 Next >>
· 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 ·Develop a Java program which gives the Volume, and Time to Fill a Swimming Pool with Water
Develop a Java program which, given the width, length and depth (in metres), of a swimming pool, determines and outputs: (a) the volume in litres, and (b) the time in hours to fill the swimming pool. Assume the rate of flow into the pool is 2.5 litres per second. Note: 1 litre = 1000 cubic centimetres, therefore 10 litres = 0.01 cubic metre, hence 1 metre = 1000 litres (see Figure below). Write the source code for each class in a separate file which must have the same name as the class name together with the extension .java. Remember also that by convention, class names commence with a capital letter. Provide a well-structured solution that is easy to read. You should use meaning... click for more
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
91441
OTA ID:
103644
Write and run a Java program which outputs the average speed of an object
Write and run a Java program which outputs the average speed of an object given the distance and time traveled (speed = distance/time). Please comment the code very detailed.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
91563
OTA ID:
103644
Write and run a Java program that, given a distance in meters, outputs that distance in kilometers
Write and run a Java program that, given a distance in meters, outputs that distance in kilometers rounded to the nearest whole kilometer. For example, given 1100m the output will be 1km, and given 1900m the output will be 2km. Please comment the code very detailed.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
91564
OTA ID:
103644
Run Java program from command line
The attached programs should run from the command line. What are the necessary changes? Please apply and comment the changes and attach the changed files.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
91666
OTA ID:
102804
Compare code of 2 similar Java programs and explain differences
Compare code of 2 similar Java programs and explain differences.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
91889
OTA ID:
102804
<< Prev Showing: 41-45 of 180 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 ·Page generated in 0.0135 seconds