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

Added the solution to the question in Java. #28

Merged
merged 1 commit into from
Oct 2, 2022

Conversation

raginiisingh
Copy link
Contributor

Description

  • Language Used: Java
  • Approach Used: String functions
  • Question(s) Solved: Q8, ATOI
  • Issue(s) Closes:

This questions converts a given string to a 32-bit signed integer.
The solution provided uses the basic concept of Strings and the functions associated with it.

Related Issue

None.

Acceptance Criteria

Q8_atoi #12

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
💯 Add tests
🔗 Update dependencies
📜 Docs

Testing Steps / QA Criteria

image

Copy link
Owner

@DugarRishab DugarRishab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work

@DugarRishab DugarRishab merged commit 0aa01b1 into DugarRishab:main Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants