What Is The Correct Code Of The Compound Interest Formula In C

Asked By 0 points N/A Posted on -
qa-featured

Hello, I’m Jitu, I am in class 11 and learning C language. I was stuck in a question from my school assignment ask me to write a program that prompts to calculate Compound Interest in C. The user inputs are principle, rate, and time. Whenever I try to run my code, it shows a compilation error.

Help me!

SHARE
Answered By 60 points N/A #330797

What Is The Correct Code Of The Compound Interest Formula In C

qa-featured

Learning language in school benefits you when you will be in college. C is a compulsory language for all the student irrespective of the branch. It is said that it’s the mother of all languages. While learning, it makes your fundamental very strong, and memory management in C is very flexible. To write any complex program in C, its rich set of built-in functions, data types, and operators make the work understanding and easier. So I’ll write the code of Compound Interest in C here and request you to match your written code with this so that you will know where you are going wrong.

Related Questions