Ask a New Question
Search
Code that will repeat five
Why do we use while loops in JavaScript?
- To break out of some block of code - To do something if a condition is true - To
1 answer
23 views
Why do we use while loops in JavaScript?
To break out of some block of code To do something if a condition is true To repeat some
1 answer
23 views
Why do we use if/else statements in JavaScript?
- To repeat something for a fixed number of times - To either do something if a
1 answer
17 views
a lock has a code of 5 numbers between 1 and 20 . If no numbers in the code are allowed to repeat, how many different codes
2 answers
asked by
ariana
2,143 views
a lock has a code of 5 numbers between 1 and 20 . If no numbers in the code are allowed to repeat, how many different codes
3 answers
asked by
ariana
516 views
A lock has a code of 4 numbers from 1 to 10. If no numbers in the code are allowed to repeat, how many different codes could be
1 answer
asked by
.
158 views
A lock has a code of 3 numbers between 1 and 15. If no numbers in the code are allowed to repeat, how many different codes could
1 answer
asked by
sean
1,856 views
A lock has a code of 5 numbers between 1 and 20 . If no numbers in the code are allowed to repeat, how many different codes
1 answer
asked by
joseph
492 views
a lock has a code of 5 numbers between 1 and 20 . If no numbers in the code are allowed to repeat, how many different codes
5 answers
asked by
ariana
522 views
A lock has a 3-number code made up of 25 numbers. If none of the numbers are allowed to repeat, how many different ways can you
1 answer
90 views