You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the project lacks the following features:
Decimal Output: The results are displayed only in binary format, which may not be intuitive for all users.
Division Method: There is no method available for performing division operations on binary inputs.
Logical Operators (OR, AND, XOR): The project currently does not support OR, AND, or XOR operations, which limits its functionality for complex logical operations on binary inputs.
Expected Behavior:
Attempt to display the results in decimal format.
Attempt to perform a division operation on two binary inputs.
Attempt to use OR, AND, or XOR operators on two binary inputs.
Description
Issue Description:
The current implementation of the project lacks the following features:
Decimal Output: The results are displayed only in binary format, which may not be intuitive for all users.
Division Method: There is no method available for performing division operations on binary inputs.
Logical Operators (OR, AND, XOR): The project currently does not support OR, AND, or XOR operations, which limits its functionality for complex logical operations on binary inputs.
Expected Behavior:
Screenshots
Actual Behavior:
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: