Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 526 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 526 Bytes

programmer_calculator_using_winforms

This Programmer Calulator is made using WinForms.

# This code is written in C#.
# It converts form:
    # Decimal To:
            # Binary
            # Octal
            # Hexa
    # Binary To:
            # Decimal
            # Octal
            # Hexa
    # Octal To:
            # Decimal
            # Binary
            # Hexa
    # Hexa To:
            # Decimal
            # Binary
            # Octal