https://github.com/heyfoz/cpp-ulam-sequence-io-loop
The Ulam Sequence Program (C++) uses a loop to ask the user to enter an integer that is greater than or equal to 2. If the user enters valid input, the Ulam Sequence is processed as output, using the user input as the first integer of the sequence. Otherwise, the loop continues until the user enters valid input.
https://github.com/heyfoz/cpp-ulam-sequence-io-loop
cpp input loop sequence ulam
Last synced: about 1 year ago
JSON representation
The Ulam Sequence Program (C++) uses a loop to ask the user to enter an integer that is greater than or equal to 2. If the user enters valid input, the Ulam Sequence is processed as output, using the user input as the first integer of the sequence. Otherwise, the loop continues until the user enters valid input.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-ulam-sequence-io-loop
- Owner: heyfoz
- License: mit
- Created: 2022-10-09T02:34:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:49:17.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:49.190Z (over 1 year ago)
- Topics: cpp, input, loop, sequence, ulam
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_ulam_sequence_io_loop
The Ulam Sequence Program (C++) uses a loop to ask the user to enter an integer that is greater than or equal to 2. If the user enters valid input, the Ulam Sequence is processed as output, using the user input as the first integer of the sequence. Otherwise, the loop continues until the user enters valid input.
Link to .cpp file: Ulam Sequence I/O Loop C++ Program
Copyright (c) 2022 ffm5113