Skip to content

Commit

Permalink
Merge pull request kunal-kushwaha#111 from ShivamTyagi12345/fix
Browse files Browse the repository at this point in the history
Simply spotted a typo.
  • Loading branch information
kunal-kushwaha authored Aug 17, 2021
2 parents 5be5770 + edcd81c commit 77fcf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/4-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Also,

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

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

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).

Expand Down

0 comments on commit 77fcf2c

Please sign in to comment.