Skip to content

Commit d20ad5c

Browse files
authored
Corrected the Statement of Question-10
I have corrected the grammatical mistake in question number 10.
1 parent 03a2709 commit d20ad5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/4-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Also,
3737
0! = 1
3838
</pre>
3939

40-
10. [Write a function to find if a number if palindrome or not. Take number as parameter.](https://www.geeksforgeeks.org/check-if-a-number-is-palindrome/)
40+
10. [Write a function to find if a number is palindrome or not. Take number as parameter.](https://www.geeksforgeeks.org/check-if-a-number-is-palindrome/)
4141

4242
11. Convert the programs in [flow of program](1-flow-of-program.md), [conditionals & loops](3-conditionals-loops.md), [first java](2-first-java.md) assignments into functions.
4343

0 commit comments

Comments
 (0)