Computer Science, asked by Ronie5, 1 month ago

write a visual basic program where rate is fixed to 6% and principal and time will be provided by the user

Answers

Answered by meghasharma1072005
0

Answer:

the previous lesson, you were introduced to the visual basic 6 ide (integrated development environment). It is also called the design interface. This lesson you will learn how to write a visual basic program.

To learn about VB IDE, visit the link below.

Visual Basic basics

In this lesson, you will learn how to write your first visual basic 6 programs and test the program. This lesson is intended for beginners of visual basic to teach them how to break a given problem in many tasks and develop a solution.

Program development

Any visual basic program development has 4 phases listed below.

Planning

Program development /Implementation

Testing

Maintenance/Debugging

When you are given a problem and asked to develop a solution to the problem. The first thing to do is to plan the solution. There are three phase to planning

Similar questions