raman neupane

raman neupane

  • NA
  • 7
  • 14.2k

ocean level

Jul 30 2014 5:56 AM
Assuming the ocean's level is currently rising at about 1.5 millimeters per year; create a GUI application that displays the number of millimetres that the ocean will have risen each year for the next 10 years. Display the output in a ListBox control.

According to scientists, the rise in ocean level depends on different mathematical models, which take into account several other factors such as carbon footprint, greenhouse effects etc. Based on this, the rise in level could be mild (linear), moderate, significant, severe or extreme. For each of these scenarios, the algorithm is different.


please use the following algorithm: Rise in Ocean level = 1.5^ (year-1)