"You must learn from the mistakes of others. You can't possibly live long enough to make them all yourself"
Sam Levenson
name does matter   1 Votes
Posted 2 months, 1 week ago
  1:  int seven() {
  2:      int one = 2;
  3:      int three = 4;
  4:      return one + three;
  5:  }
Tags: variable name
Bookmark and Share
Add a comment
Name