Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1248b5b

Browse files
Update README.md
1 parent a15c4f9 commit 1248b5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ Square Root: Calculates the square root of a number provided by the user.
1414

1515
Area of a Triangle: Calculates the area of a triangle using base and height, and also using Heron's formula for any type of triangle.
1616

17+
4. Swapping Values
18+
Swapping with Temporary Variable: Swaps the values of two variables using a temporary variable.
19+
20+
Swapping without Temporary Variable: Swaps the values of two variables without using a temporary variable.
21+
22+
5. Unit Conversion
23+
Kilometers to Miles: Converts kilometers to miles (implementation available in HTML file).
24+
25+
Celsius to Fahrenheit: Converts Celsius to Fahrenheit (implementation available in HTML file).
26+
27+
28+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /