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: }
