Skip to content

Conversation

@ylevental
Copy link
Contributor

Description

This PR adds documentation for the Math.DivRem() method to C# Math Functions. The entry includes:

  • A description of the method
  • Syntax section with parameter details
  • Example section demonstrating basic usage
  • Codebyte example with multiple use cases (positive numbers, long integers, and negative dividends)

Issue Solved

Closes #7949

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented Nov 7, 2025

CLA assistant check
All committers have signed the CLA.

@ylevental ylevental force-pushed the add-csharp-divrem branch 2 times, most recently from a4a9f36 to a308c1b Compare November 7, 2025 13:40
Copy link
Collaborator

@mamtawardhani mamtawardhani left a comment

Choose a reason for hiding this comment

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

Looks good for a second review! 🚀

@dakshdeepHERE dakshdeepHERE self-assigned this Nov 12, 2025
@dakshdeepHERE dakshdeepHERE added status: under review Issue or PR is currently being reviewed and removed status: ready for next review labels Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c# C# entries new entry New entry or entries status: review 1️⃣ completed status: under review Issue or PR is currently being reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Term Entry] C# Math-functions: DivRem()

4 participants