Skip to content

feat: add Arithmetic Operations, Even or Odd Sum, Odd Number Checker, Basic Logic Functions #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ONEONUORA
Copy link

This PR address this features

1. Arithmetic Operations

  • Subtraction: performs subtraction of two numbers.
  • Multiplication: performs multiplication of two numbers.
  • Division: performs division of two numbers (ensure handling of division by zero).

2. Even or Odd Sum

  • Implement a function that takes two arguments, computes their sum, and determines whether the sum is even or odd.

3. Odd Number Checker

  • Implement a function that checks if a given number is odd.

4. Basic Logic Functions

  • Number Sign Checker: Implement a function to check if a number is positive, negative, or zero.
  • Maximum of Two Numbers: Implement a function to return the maximum of two numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant