Visual Basic Rule Of 72 Program

Install Windows Xp On Toshiba Portege M200. I need some help with a Rule of 72 program I am working on. Having trouble displaying correct output for actual double time.

Title: Calculate compound interest over time in Visual Basic.NET: Description: This example shows how to calculate compound interest over time in Visual Basic.NET. Feb 24, 2005 The rule of 72 is used to make a quick estimate of the time required for prices to double due to inflation. If the inflation rate is r percent, the the Rule of 72 estimates the price will double in 72/r years. For instance, at an inflation rate of 6 percent, prices double in about 72/6 or 12 years.

Visual Basic 6 Code

Current code seems work for displaying interest, rule of 72 doubling time, but the actual doubling time seems to have both the incorrect formula and the wrong loop structure. Please lend any assistance possible. Thanks for your help. Option Explicit On Option Strict On Public Class frmRuleOf72 'Declare class level variable to use throughout form.

Visual Basic Rule Of 72 Program