https://github.com/ranvijaycm/queries
This Repo is to ask questions and clear doubts.
https://github.com/ranvijaycm/queries
js query question
Last synced: 21 days ago
JSON representation
This Repo is to ask questions and clear doubts.
- Host: GitHub
- URL: https://github.com/ranvijaycm/queries
- Owner: Ranvijaycm
- Created: 2025-02-28T17:48:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T18:01:09.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:05:49.567Z (over 1 year ago)
- Topics: js, query, question
- Language: HTML
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The problem is when i first enter 7 . the program terminates and is successful.
When i first enter any number other than 7, the program continues and then in second attempt i enter 7, it terminates and is successful.
but in the third case...
first attept : any other number than 7
second attempt : any other number than 7
third attempt : 7
(here the program does not terminate and goes in infinite loop)
plex solve this