Skip to content

feat: algoritma mengubah heksadesimal ke oktal #48

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

Merged
merged 1 commit into from
Oct 27, 2021
Merged

feat: algoritma mengubah heksadesimal ke oktal #48

merged 1 commit into from
Oct 27, 2021

Conversation

fairusatoir
Copy link
Collaborator

Deskripsi (Description)

Menambah algoritma mengubah nilai heksadesimal ke nilai oktal

Checklist:

Umum:
  • Saya menambah algoritma terbaru.
  • Saya memperbaiki algoritma yang sudah ada.
  • Saya memperbaiki dokumentasi.
  • Saya menambah dokumentasi.
Contributor Requirements (Syarat Kontributor) dan Lain-Lain:
  • Saya sudah membaca (I have read) CONTRIBUTING dan sudah menyetujui semua syarat.
  • Saya telah menambahkan komentar kode yang memberikan penjelasan maksud dari kode yang saya buat.
  • Saya menggunakan bahasa Indonesia untuk memberikan penjelasan dari kode yang saya buat.

Environment

Saya menggunakan (I'm using):

  • os = linux
  • java = 8

linked issue #41

@auto-add-label auto-add-label bot added the enhancement New feature or request label Oct 27, 2021
Copy link
Contributor

@nomadkode nomadkode left a comment

Choose a reason for hiding this comment

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

Minor typo, overall dah bagus. LGTM 👌🏻

public class HexadecimalToOctal {

/**
* fungsi yang akan merubah dari bilangan desimal ke oktal
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* fungsi yang akan merubah dari bilangan desimal ke oktal
* fungsi yang akan mengubah dari bilangan desimal ke oktal

}

/**
* fungsi yang akan merubah dari bilangan Hexadecimal ke Decimal
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* fungsi yang akan merubah dari bilangan Hexadecimal ke Decimal
* fungsi yang akan mengubah dari bilangan Hexadecimal ke Decimal

Copy link
Collaborator

@dean-fahreza dean-fahreza left a comment

Choose a reason for hiding this comment

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

nah gitu, hanya boleh muat satu source code. mantap🤙

@dean-fahreza dean-fahreza merged commit fdde50e into bellshade:main Oct 27, 2021
@fairusatoir fairusatoir mentioned this pull request Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants