KrishnadevL / flask_portfolio

Tri 1: Python and Flask Intro
0 stars 0 forks source link

Unsigned Addition #40

Closed KrishnadevL closed 3 years ago

KrishnadevL commented 3 years ago

Subtraction (Default). Whole Numbers. Max number move from 255 to 65535. Essentially 8 bits to 16 bits. 16 bits is often called a "Short Integer".

samayasankuratri commented 3 years ago

Function Unsigned Addition Converted binary from both inputs to decimal, and added them together, and set to variable to be displayed.