how to write program in cpp enter the principal, rate & time and print the simple interest
Hello friends, Welcome to your Techgsr.co blog. And today in this article we will learn about how to write program in cpp enter the principal, rate & time and print the simple interest.So let’s go to our topic #include <iostream.h> #include <conio.h> void main() { clrscr(); int x; float sinterest,principal,rate,time; for(x=4;x>=0;x—) { cout << “Enter the … Read more