Skip to content

Commit

Permalink
Commited code changes and binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
frazier-at-cpcc committed Sep 27, 2024
1 parent e9e05bd commit bface43
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 237 deletions.
2 changes: 1 addition & 1 deletion binary-decimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</style>
</head>
<body>
<h1>Binary to Decimal Conversion Exercise</h1>
<h1>Binary to Decimal</h1>
<table id="conversionTable">
<tr>
<th>128</th>
Expand Down
2 changes: 1 addition & 1 deletion decimal-binary.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</style>
</head>
<body>
<h1>Decimal to Binary Conversion Exercise</h1>
<h1>Decimal to Binary</h1>
<div class="decimal-number">Decimal number: <span id="decimalNumber"></span></div>
<div class="binary-number">Binary number: <span id="binaryNumber">00000000</span></div>
<table id="conversionTable">
Expand Down
Loading

0 comments on commit bface43

Please sign in to comment.