Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 78cbe1a

Browse files
Update README.md
1 parent 884d2a5 commit 78cbe1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
8. Learn to ask GOOD questions to others:
2222
- G: Give context on what you are trying to do, clearly describing the problem.
2323
- O: Outline the things you have already tried to fix the issue.
24-
- O: Offer your best guess as to what the problem might be. It helps the person who is helping you not only know what you're thinking, but also know that you've thought of something yourself.
24+
- O: Offer your best guess as to what the problem might be. It helps the person who is helping you not only know what you're thinking but also know that you've thought of something yourself.
2525
- D: Demonstrate what's going on. Include the code, the tracing error message, and an explanation of the steps you followed that resulted in the error. That way, the person helping doesn't have to try to recreate the problem.
2626
```
2727

@@ -46,7 +46,7 @@
4646
- [learncpp.com](https://www.learncpp.com/)
4747

4848
## Problem Solving
49-
1. 1.C++ Program to print "Hello, World!".
49+
1. C++ Program to print "Hello, World!".
5050
2. C++ Program to print an integer entered by the user.
5151
3. C++ Program to Add/Subtract/Multiply/Divide Two Integers.
5252
4. C++ Program to Add/Subtract/Multiply/Divide Two Integers entered by the user.
@@ -216,7 +216,7 @@
216216
+ Total_Score: double
217217
---
218218
+ ctotal(): Function to calculate eng + math + OOP-2 with double return type.
219-
+ Takedata(): Function to accept values for student id, Student Name, eng, OOP-2, maths and invoke ctotal() to calculate total.
219+
+ Takedata(): Function to accept values for student ID, Student Name, eng, OOP-2, maths and invoke ctotal() to calculate total.
220220
+ Showdata(): Function to display all the data members on the screen.
221221
```
222222
87. [OOP] The class Person with private attributes name(string) and age(int).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /