c program to calculate simple interest
#include<stdio.h>
void main()
{
float p,r,t,si;
printf("\nEnter principle,time ,rate");
scanf("%f%f%f"&p,&r,&t);
si=(p*r*t)/100;
printf("\nsimple interest is = %f",si);
getch();
}
void main()
{
float p,r,t,si;
printf("\nEnter principle,time ,rate");
scanf("%f%f%f"&p,&r,&t);
si=(p*r*t)/100;
printf("\nsimple interest is = %f",si);
getch();
}


Ace4sure is the website that deals in preparation material for the exam for many years. According to my exposure and research, this is the right platform where you can get exact 2V0-622D Exam Dumps.
ReplyDelete