Skip to content
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

challenge: Add Two Integers #34

Closed
imwaymaran opened this issue Jan 2, 2025 · 0 comments · Fixed by #54
Closed

challenge: Add Two Integers #34

imwaymaran opened this issue Jan 2, 2025 · 0 comments · Fixed by #54
Assignees
Labels
challenge Please name your branch based on the challenge it addresses.

Comments

@imwaymaran
Copy link

Add Two Integers Challenge

Challenge Description

Given two integers num1 and num2, return the sum of the two integers.

Examples

  1. Input: num1 = 12, num2 = 5
    Output: 17
    Explanation: num1 is 12, num2 is 5, and their sum is 12 + 5 = 17, so 17 is returned

  2. Input: num1 = -10, num2 = 4
    Output: -6
    Explanation: num1 + num2 = -6, so -6 is returned.

Constraints

  • -100 <= num1, num2 <= 100

Helpful Resources

@imwaymaran imwaymaran added the challenge Please name your branch based on the challenge it addresses. label Jan 2, 2025
@doctorbanu doctorbanu moved this from TODO to DOING in ET6 Foundations Group 05 Jan 3, 2025
@doctorbanu doctorbanu changed the title Add Two Integers Challenge challenge: Add Two Integers Challenge Jan 8, 2025
@imwaymaran imwaymaran changed the title challenge: Add Two Integers Challenge challenge: Add Two Integers Jan 8, 2025
@aoyeoku aoyeoku linked a pull request Jan 9, 2025 that will close this issue
43 tasks
@doctorbanu doctorbanu moved this from DOING to READY FOR REVIEW in ET6 Foundations Group 05 Jan 9, 2025
@doctorbanu doctorbanu closed this as completed by moving to READY FOR REVIEW in ET6 Foundations Group 05 Jan 9, 2025
@doctorbanu doctorbanu reopened this Jan 9, 2025
@aoyeoku aoyeoku moved this from READY FOR REVIEW to UNDER REVIEW in ET6 Foundations Group 05 Jan 12, 2025
@github-project-automation github-project-automation bot moved this from UNDER REVIEW to READY FOR REVIEW in ET6 Foundations Group 05 Jan 13, 2025
@misik-eng misik-eng moved this from READY FOR REVIEW to DONE in ET6 Foundations Group 05 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge Please name your branch based on the challenge it addresses.
Projects
Development

Successfully merging a pull request may close this issue.

3 participants