jituTechnology

jituTechnology

Write a program to read the Principle,Time,and Rate nd calculate the Interest and Total Amount

/*A program to read the Principle. Time, and Rate and calculate the Interest and total Amount.
Programmed by:
Name: Jitendra Kumar Yadav
Roll: 16
Date: 8 Jan 2011 */
#include <stdio.h>
#include <conio.h>
void main()
{
float P,T,R,I,A;
printf(“Enter the principle(P):”);
scanf(“%f”,&P);
printf(“Enter the Time(T):”);
scanf(“%f”,&T);
printf(“Enter the Rate(R):”);
scanf(“%f”,&R);
I=(P*T*R)/100;
A=P+I;
printf(“The Interest is %f”,I);
printf(“\nThe total amount is %f”,A);
getch();

Add a comment

Comments (1)

  1. Rubie HardyApril 6, 2012 Reply
    Hello there, I found your website by means of Google whilst searching for a comparable subject, your website came up, it seems to be great. I’ve bookmarked it in my google bookmarks.

Add a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

April 2024
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930