We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15c4f9 commit 1248b5bCopy full SHA for 1248b5b
README.md
@@ -14,3 +14,15 @@ Square Root: Calculates the square root of a number provided by the user.
14
15
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.
16
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
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments