fixing the typo in the comments
This commit is contained in:
@@ -6,7 +6,7 @@ bool isHappy(int n) {
|
||||
int main() {
|
||||
// Test cases
|
||||
// 2, 4, 5, 6, 17, 18, 20 are not happy numbers.
|
||||
// 1, 7, 10, 13, 19, 23, 28, 68 are not happy numbers.
|
||||
// 1, 7, 10, 13, 19, 23, 28, 68 are happy numbers.
|
||||
|
||||
int testCases[] = {2,4,5,6,17,18,20,1,7,10,13,19,23,28,68};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user