Problem Set 9: Radiation Exposure

Web-CAT: Submit Java programs to this automated grading platform.

Task Outline

Background Theory

Radioactive decay curve

The Problem Scope

Total radiation exposure

Precise radiation exposure

Approximate radiation exposure

f(5.0) = 5.181

Area of rectangle

Hints

int gaps = (int)((stop-start)/step);
timePosts = [5.0, 6.0, 7.0, 8.0, 9.0, 10.0]

Code Distribution

Description File Size File Name
Java Source Code for Radiation Exposure 5.4KB pset09.zip

Contents of pset09.zip:

PSet09RadiationExposure/
├── package.bluej
├── RadiationExposure.class
├── RadiationExposure.ctxt
├── RadiationExposure.java
├── RadiationExposureJUnitTest.class
├── RadiationExposureJUnitTest.ctxt
├── RadiationExposureJUnitTest.java
└── README.TXT

Specification

Testing

Submission