Computer Science, asked by shravangupta4144, 10 months ago

Program to calculate simple interest in visual basic

Answers

Answered by Anonymous
2

Answer:

Explanation:

Private Sub

Command1_Click()Text1.Visible = TrueIf

a = 0 ThenLabel1.Caption =

"Principle"Command1.Caption = "Enter

Principle"p = Text1.Texta = a + 1Exit

SubEnd If

Answered by Anonymous
0

Explanation:

//c++programme to cal......

#include<iostream.h>

#include<conio.h>

void main()

{

int P,R,T,SI;

coun<<"enter the value of P ,R,T::";

cin>>P>>R>>T;

SI=(P×R×T)/100;

count<<SI;

getch();

Similar questions