Skip to content

Commit 95bb211

Browse files
committed
[added]: Output of basic_simple_interest
1 parent c67f888 commit 95bb211

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

outputs/basic_simple_interest.png

16.1 KB
Loading

readme.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@ For example, if the user enters 10, the program will output "Positive". If the
8383
user enters -5, the program will output "Negative". And if the user enters 0,
8484
the program will output "Zero".
8585

86-
*output*
87-
88-
![output of basic questions q1](outputs/basic_positive_negative.png)
89-
---
86+
_output_
9087

88+
## ![output of basic questions q1](outputs/basic_positive_negative.png)
9189

9290
### 2. WAP that reads the principal, rate of interest and number of years and find the simple interest and amount.
9391

@@ -120,6 +118,10 @@ will output "The simple interest is: 100.00, and amount is 1100.00." This means
120118
that the simple interest is 100.00 and the total amount after 2 years is
121119
1100.00.
122120

121+
#### Output
122+
123+
![output_of_basic_simple_interest](outputs/basic_simple_interest.png)
124+
123125
### 3. WAP to read the radius of circle and display its area.
124126

125127
This is a C program to calculate the area of a circle. It takes the radius of

0 commit comments

Comments
 (0)