Using C Language with the use of a multidimensional array, create a 3x3 sudoku

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 27SA
icon
Related questions
Question

Using C Language with the use of a multidimensional array, create a 3x3 sudoku where the user can input 3 data containing rows and columns which will complete the sudoku table. Follow the instructions carefully in the picture: 

4
1
3
7
9
6
3
Input
1st data:
row:1 col 1
4
2nd data:
row:2 col 3
7
3rd data:
row 3 col 1
9
Sudoku Mechanics:
1. table 3X3
2. 3 inputs from the user
3. output the complete filled out table
4. Try again?
Transcribed Image Text:4 1 3 7 9 6 3 Input 1st data: row:1 col 1 4 2nd data: row:2 col 3 7 3rd data: row 3 col 1 9 Sudoku Mechanics: 1. table 3X3 2. 3 inputs from the user 3. output the complete filled out table 4. Try again?
Expert Solution
steps

Step by step

Solved in 2 steps

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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning