Radiation Level Analyzer In certain building at a top-secret research lab, some yttrium-90 has leaked into the computer analysts' coffee room. Right after the incident, a radiation measuring device...


This problem must be developed using Console-based application. You'll code the algorithm/pseudocode.


Note: kindly printscreen/screenshot the code.


Radiation Level Analyzer<br>In certain building at a top-secret research lab, some yttrium-90 has leaked into the computer<br>analysts' coffee room. Right after the incident, a radiation measuring device was used by the<br>analyst to measure how much leak of radiation (in millirem) that employees would currently<br>be exposed of if they enter the room that day. The half-life of the substance is about three<br>days; that is, the radiation level is only half of what it was three days ago. The analysts want<br>to know how long it will be before the radiation is down to a safe level of 0.466 millirem a<br>day. They would like a chart that displays the radiation level for every three days with the<br>message

Extracted text: Radiation Level Analyzer In certain building at a top-secret research lab, some yttrium-90 has leaked into the computer analysts' coffee room. Right after the incident, a radiation measuring device was used by the analyst to measure how much leak of radiation (in millirem) that employees would currently be exposed of if they enter the room that day. The half-life of the substance is about three days; that is, the radiation level is only half of what it was three days ago. The analysts want to know how long it will be before the radiation is down to a safe level of 0.466 millirem a day. They would like a chart that displays the radiation level for every three days with the message "Unsafe" or "Safe" after every line. The chart should stop just before the radiation level is one-tenth of the safe level, because the more cautious analysts will require a safety factor of 10. The program should also print the first day that the room can be entered. Use Listbox control to display the result of the chart. Use string concatenation operator to achieve the chart as shown in the figure below. Notes: The datatype of radiation must be double Use & for the string concatenation Use vbTab for the data alignment Day x is the first day that the room can be safely entered Pattern of Output: Enter the Measured Radiation in Millirem: Days Radiation(millirem) Remark Day 0 Day 3 X.XX Unsafe X.XX Unsafe Day {last} X.X Safe The first day that the room can be entered by the employee is on day x.
Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here