WAP to accept PRT from keyboard and calculate the simple interest.
computer times
September 02, 2018
0 Comments
#include<stdio.h> #include<conio.h> void main() { float r,pi=3.14,area; ...
Read More