#include <stdio.h> int main() { float principle, rate, sinterest; int time; printf("Enter Principle Amount, Rate %% per Annum and Time\n"); scanf ("%f %f ...
確定! 回上一頁