-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Cpp variables #5499
Cpp variables #5499
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @RashmitTopG please remove the other files from this branch. Only add the variables.md
on this branch.
Thank you! 😄
Hey @RashmitTopG, this PR has 3 files. Could you just stage the variables.md file and remove the other files from this branch please? |
…to cppVariables Made some changes.
minor changes
added output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing to Codecademy Docs @RashmitTopG 😃
The entry looks good for a second round of review! 🚀
@@ -1,6 +1,6 @@ | |||
--- | |||
Title: 'Variables' | |||
Description: 'A variable refers to a storage location in the computer’s memory that one can set aside to save, retrieve, and manipulate data. To create a variable, the type must be specified and a value must be assigned to it.' | |||
Description: 'A variable refers to a storage location in the computer’s memory that one can set aside to save, retrieve, and manipulate data. Variables are fundamental in programming as they enable dynamic data handling.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reduce the description to not more than 160 characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM 🚀
👋 @RashmitTopG 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/cpp/variables Please note it may take a little while for changes to become visible. |
Description
Issue Solved
Closes #5491
Type of Change
FIxed Documentation for C++ Varibales added definitions and codeblocks.
Checklist
main
branch.Issues Solved
section.