You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ For example, 3^2^ + 4^2^ = 9 + 16 = 25 = 5^2^.
41
41
There exists exactly one Pythagorean triplet for which a + b + c = 1000.
42
42
Find the product abc.
43
43
44
-
5. 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
44
+
5. 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. Write a program to find the smallest number that can be divided by all the numbers from 1 to 20 without leaving a remainder.
45
45
46
-
6.Write a program to find the smallest number that can be divided by all the numbers from 1 to 20 without leaving a remainder.
46
+
6.Print all the prime numbers betwenn 1 and 99999
47
47
48
48
7. Ask the user for a string and print out whether this string is a palindrome or not.
49
49
A palindrome is a string that reads the same forwards and backwards.
0 commit comments