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

C++: Loops #6399

Merged
merged 5 commits into from
Mar 27, 2025
Merged

C++: Loops #6399

merged 5 commits into from
Mar 27, 2025

Conversation

mamtawardhani
Copy link
Collaborator

Description

added [Edit] C++: Loops

Issue Solved

closes #6396

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.

@mamtawardhani mamtawardhani added enhancement New feature or request c++ C++ entries status: under review Issue or PR is currently being reviewed labels Mar 26, 2025

This manual approach simply doesn't scale well for larger numbers of repetitions.

## What is a Loop?
Copy link
Collaborator

Choose a reason for hiding this comment

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

Combine this section with the above one. Its one and the same thing

Comment on lines 82 to 90
## Benefits of Loops

Loops offer several advantages in programming:

1. **Code Reduction**: Loops significantly reduce the amount of code needed for repetitive tasks.
2. **Maintainability**: Changes can be made in a single location rather than updating multiple instances of the code.
3. **Scalability**: Loops can handle varying numbers of iterations, from a few to millions, without changing the core logic.
4. **Readability**: Well-structured loops make the intention of repetitive code clearer.
5. **Flexibility**: Loops can adapt to different conditions and requirements at runtime.
Copy link
Collaborator

Choose a reason for hiding this comment

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

No need to add benefits section

@mamtawardhani
Copy link
Collaborator Author

This PR is updated @Radhika-okhade 🫡

@Radhika-okhade
Copy link
Collaborator

Thank you for contributing to Codecademy docs @mamtawardhani. The entry looks good to be merged.

@Radhika-okhade Radhika-okhade merged commit 5cfc015 into Codecademy:main Mar 27, 2025
7 checks passed
Copy link

👋 @mamtawardhani
You have contributed to Codecademy Docs, and we would like to know more about you and your experience.
Please take a minute to fill out this four question survey to help us better understand Docs contributions and how we can improve the experience for you and our learners.
Thank you for your help!

🎉 Your contribution(s) can be seen here:

https://www.codecademy.com/resources/docs/cpp/loops

Please note it may take a little while for changes to become visible.
If you're appearing as anonymous and want to be credited, visit the linked accounts page and ensure that your GitHub account is linked.

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

Successfully merging this pull request may close these issues.

[Edit] C++: Loops
2 participants