Skip to content

Commit a8d43bf

Browse files
authored
Update 4-functions.md
1 parent 08dabfc commit a8d43bf

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
@@ -35,7 +35,7 @@ Also,
3535

3636
10. Write a function to find if a number if palindrome or not. Take number as parameter.
3737

38-
11. Convert the programs in [flow of program](4--flow-of-program.md), [conditionals & loops](3-conditionals-loops.md), [first java](2-first-java.md) assignments into functions.
38+
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.
3939

4040
12. Write a function to check if a given triplet is a Pythagorean triplet or not. (A Pythagorean triplet is when the sum of the square of two number is equal to the square of the third number).
4141

0 commit comments

Comments
 (0)