answersLogoWhite

0

C program algorithm for simple interest using while loop?

Updated: 8/18/2019
User Avatar

Sivaraj01

Lvl 1
11y ago

Best Answer

Not used

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C program algorithm for simple interest using while loop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you RSA algorithm c?

Perform encryption on the following PT using RSA and find the CT p = 3; q = 11; M = 5


What are the advantages of using simple interest?

Using simple interest is easier for people to understand. Customers will be able to manage their payments if a business uses simple interest.


Advantages of algorithm over flowchart?

what are the advantages of algorithm over flowchart algorithm is a step by step procedure of a particular program either in pure english programming language or in english programming style. while a flowchart is a pictorial representation of an algorithm. why algorithm is better? the answer is very simple, as algorithm are concise and compact. it gives the basic idea behind the program. why flowchart is better? the answer to it is...being graphical it is easy to understand th methodology of program and can be reviewed as well as corrected easily.


What are disadvantage of algorithm?

Advantages of an Algorithm: Effective Communication: Since the algorithm is written in English like language, it is simple to understand the step-by-step solutions of the problems. Easy Debugging: Well-designed algorithm makes debugging easy so that we can identify a logical error in the program. Easy and Efficient Coding: An algorithm acts as a blueprint of a program and helps during program development. Independent of Programming Language: An algorithm is independent of programming languages and can be easily coded using any high-level language. Disadvantages of an Algorithm: Developing algorithms for complex problems would be time-consuming and difficult to understand. Understanding complex logic through algorithms can be very difficult.


Can someone provide the C program for Prim's algorithm?

The C code for Prim's algorithm can be found in the following link. https://sites.google.com/site/itstudentjunction/lab-programming-solutions/data-structures-programs/program-to-find-minimal-spanning-tree-using--prims-algorithm


Solve simple investment problems using the simple interest rate method?

find the interest on $4000 at 3.5% annual interest for 1 year 6 months


Shell program for calculating compound interest using for loop?

yes


The amount of money charged for borrowing or using money?

Simple Interest


Write a program to find gcd using recursive method in java?

for two positive integers: public static int gcd(int i1, int i2) { // using Euclid's algorithm int a=i1, b=i2, temp; while (b!=0) { temp=b; b=a%temp; a=temp; } return a; }


How do you solve Euclidean algorithm?

GCF(437,1247) using Euclidean algorithm


How long it would take for 20500 to earn an interest of 59648.75?

That would also depend on the interest rate, and whether you are using simple or compound interest.


What is the formula for finding time when using simple interest?

time= interest/principal x rate likee yeahh thats it