Taking each four digit number of an array in turn, return the number that you are on when all of the digits 0-9 have been discovered. If not all of the digits can be found, return "Missing digits!". Examples findAllDigits ([5175, 4538, 2926, 5057, 6401, 4376, 2280, 6137, 8798, 9083]) - 5057 // digits found: 517- 4-38 29-6 -0 findAllDigits ([5719, 7218, 3989, 8161, 2676, 3847, 6896, 3370, 2363, 1381]) → 3370 // digits found: 5719 -2-8 3--- --6- --4- ---0 findAllDigits ([4883, 3876, 7769, 9846, 9546, 9634, 9696, 2832, 6822, 6868]) "Missing digits!" // digits found: -5-- 2--- // 0 and 1 are missing 48-3 --76 ---9

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter6: Using Arrays
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question

Answer it in JS

Taking each four digit number of an array in turn, return the number that
you are on when all of the digits 0-9 have been discovered.
If not all of the digits can be found, return "Missing digits!".
Examples
findAllDigits ([5175, 4538, 2926, 5057, 6401, 4376, 2280, 6137, 8798, 9083])
// digits found: 517- 4-38 29-6-0
findAllDigits ([5719, 7218, 3989, 8161, 2676, 3847, 6896, 3370, 2363, 1381])
// digits found: 5719 -2-8 3--- --6-
--4-
---0
5057
→ 3370
findAllDigits ([4883, 3876, 7769, 9846, 9546, 9634, 9696, 2832, 6822, 6868]) "Missing digits!"
// digits found:
-5--
2---
48-3-76 ---9
// 0 and 1 are missing
Transcribed Image Text:Taking each four digit number of an array in turn, return the number that you are on when all of the digits 0-9 have been discovered. If not all of the digits can be found, return "Missing digits!". Examples findAllDigits ([5175, 4538, 2926, 5057, 6401, 4376, 2280, 6137, 8798, 9083]) // digits found: 517- 4-38 29-6-0 findAllDigits ([5719, 7218, 3989, 8161, 2676, 3847, 6896, 3370, 2363, 1381]) // digits found: 5719 -2-8 3--- --6- --4- ---0 5057 → 3370 findAllDigits ([4883, 3876, 7769, 9846, 9546, 9634, 9696, 2832, 6822, 6868]) "Missing digits!" // digits found: -5-- 2--- 48-3-76 ---9 // 0 and 1 are missing
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage