Program to calculate simple interest in visual basic
Answers
Answered by
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
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