Home
Top
Search
Add code
FAQ
About
"You must learn from the mistakes of others. You can't possibly live long enough to make them all yourself"
Sam Levenson
Cpp
name does matter
1
Votes
1:
int seven() {
2:
int one = 2;
3:
int three = 4;
4:
return one + three;
5:
}
Tags:
variable
name
View more
Last activity 2 months, 1 week ago