Skip to content

Conversation

@Soyvor
Copy link

@Soyvor Soyvor commented Aug 14, 2023

Changes made:

The num starts from 2, as 1 is not a prime number. Fixed the loop condition in the inner loop: i <= (num / 2) instead of i = (num / 2). Added a space after each prime number to improve readability. With these changes, the code should work as intended and print the prime numbers between 1 and 100.

Changes made:

The num starts from 2, as 1 is not a prime number.
Fixed the loop condition in the inner loop: i <= (num / 2) instead of i = (num / 2).
Added a space after each prime number to improve readability.
With these changes, the code should work as intended and print the prime numbers between 1 and 100.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant