Skip to content

Commit d00c92d

Browse files
Update Basic Program List.md
1 parent 9cf6905 commit d00c92d

File tree

1 file changed

+22
-44
lines changed

1 file changed

+22
-44
lines changed

Tutorials/C++ Basic Tutorials/Simple Programs/BASIC/Basic Program List.md

+22-44
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
- FORK to get more update
66
- Make a PULL REQUEST to countribute
77

8-
<br><br>
8+
<br>
9+
10+
### Put your phone on Desktop mode for easy access
11+
12+
<br>
13+
914

10-
<a href="addition">
1115
<hr>
1216

1317
<details><summary>ADDITION OF TWO NUMBER</summary>
@@ -27,15 +31,16 @@
2731
cout<<"Add="<<c;
2832
}
2933

30-
```
34+
35+
```
3136

3237
<img>
3338

3439

3540
</details>
3641

3742

38-
<a href="subtraction">
43+
3944
<hr>
4045

4146
<details><summary>SUBTRACTION OF TWO NUMBER</summary>
@@ -63,7 +68,7 @@
6368
</details>
6469

6570

66-
<a href="multiplication">
71+
6772
<hr>
6873

6974
<details><summary>MULTIPLICATION OF TWO NUMBER</summary>
@@ -91,7 +96,7 @@
9196
</details>
9297

9398

94-
<a href="division">
99+
95100
<hr>
96101

97102
<details><summary>DIVISION OF TWO NUMBER</summary>
@@ -120,7 +125,7 @@
120125

121126

122127

123-
<a href="area-rectangle">
128+
124129
<hr>
125130

126131
<details><summary>AREA OF RECTANGLE</summary>
@@ -149,7 +154,7 @@
149154

150155

151156

152-
<a href="area-square">
157+
153158
<hr>
154159

155160
<details><summary>AREA OF SQUARE</summary>
@@ -176,7 +181,7 @@
176181

177182

178183

179-
<a href="area-circle">
184+
180185
<hr>
181186

182187
<details><summary>AREA OF CIRCLE</summary>
@@ -204,7 +209,7 @@
204209

205210

206211

207-
<a href="area-triangle">
212+
208213
<hr>
209214

210215
<details><summary>AREA OF TRIANGLE</summary>
@@ -233,7 +238,7 @@
233238

234239

235240

236-
<a href="average">
241+
237242
<hr>
238243

239244
<details><summary>INPUT MARKS OF 5SUBJECT AND FIND THERE AVERAGE</summary>
@@ -269,7 +274,7 @@
269274
</details>
270275

271276

272-
<a href="simple-interest">
277+
273278
<hr>
274279

275280
<details><summary>SIMPLE INTEREST PROGRAM</summary>
@@ -298,39 +303,12 @@
298303

299304
</details>
300305

306+
<br><br><br>
301307

302-
<!--
303-
<a href="swapping-methode-1">
304-
<hr>
305-
306-
<details><summary>SWAPPING OF TWO NUMBERS (METHODE 1)</summary>
307-
308-
```
309-
310-
#include <iostream>
311-
using namespace std;
312-
int main()
313-
{
314-
int a=10,b=20,
315-
cout<<"Enter principle\n";
316-
cin>>p;
317-
cout<<"Enter rate of interest\n";
318-
cin>>r;
319-
cout<<"Enter time\n";
320-
cin>>t;
321-
si=(p*r*t)/100;
322-
cout<<"Simple Interest="<<si;
323-
}
324-
325-
```
326-
327-
<img>
328-
329-
330-
</details>
331-
-->
332-
333-
308+
**Note:**
309+
- Give a STAR if you like this
310+
- FORK to get more update
311+
- Make a PULL REQUEST to countribute
334312

335313

336314

0 commit comments

Comments
 (0)