@@ -83,11 +83,9 @@ For example, if the user enters 10, the program will output "Positive". If the
8383user enters -5, the program will output "Negative". And if the user enters 0,
8484the 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
120118that the simple interest is 100.00 and the total amount after 2 years is
1211191100.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
125127This is a C program to calculate the area of a circle. It takes the radius of
0 commit comments