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

Wording is wrong for exercise 2.10 #182

Open
rp779 opened this issue Mar 29, 2020 · 2 comments
Open

Wording is wrong for exercise 2.10 #182

rp779 opened this issue Mar 29, 2020 · 2 comments

Comments

@rp779
Copy link

rp779 commented Mar 29, 2020

Exercise information

Exercise 2.10

Question or Bug

When you described how local variables are not initialized, you said that they are NOT uninitialized. I believe you should either write not initialized or uninitialized. Saying that local variables are not uninitialized is saying that local variables are initialized, which is incorrect.

here:
local_int is a local variable which is not uninitialized, so it has an undefined value.
local_str is also a local variable which is not uninitialized, but it has a value that is defined by the class. So it is empty string.

Your enviroment information

  • System: NA
  • Compiler version/IDE: NA
@Vineet955
Copy link

Hello @rp779 , Can i work on this issue if it's still open?

@rp779
Copy link
Author

rp779 commented Dec 11, 2020

Yes

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

No branches or pull requests

2 participants