Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 7951386

Browse files
committed
Question edited
1 parent 4469cdb commit 7951386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ For example, 3^2^ + 4^2^ = 9 + 16 = 25 = 5^2^.
4141
There exists exactly one Pythagorean triplet for which a + b + c = 1000.
4242
Find the product abc.
4343

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

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
4747

4848
7. Ask the user for a string and print out whether this string is a palindrome or not.
4949
A palindrome is a string that reads the same forwards and backwards.

0 commit comments

Comments
 (0)