Skip to content

Commit 08eb91f

Browse files
authored
Update index.html
1 parent 8b4a601 commit 08eb91f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,10 +1476,10 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
14761476
<br>
14771477
<div>
14781478
<label style="margin:12px;" for="segment-length">Length:</label>
1479-
<input id="segment-length" type="number" value="1" step="any" />
1479+
<input id="segment-length" type="number" value="2" step="any" />
14801480
<br>
14811481
<label style="margin:12px;" for="segment-height">Height:</label>
1482-
<input id="segment-height" type="number" value="0.5" step="any" />
1482+
<input id="segment-height" type="number" value="1" step="any" />
14831483

14841484
<script>
14851485
function segmentArea(length, height, angle, radius) {

0 commit comments

Comments
 (0)