IN C CODING LANGUAGE!!!! PLS Call function displayBoard, passing as an argument 2d array board THIS IS MY CODE THAT I NE

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

IN C CODING LANGUAGE!!!! PLS Call function displayBoard, passing as an argument 2d array board THIS IS MY CODE THAT I NE

Post by answerhappygod »

IN C CODING LANGUAGE!!!! PLS
Call function displayBoard, passing as anargument 2d array board
THIS IS MY CODE THAT I NEED HELP WITH!!
// main functionint main(){ // initialize the dice array int dice[DICE][SIDES] = { }; // declare array for boggle board int board[ROWS][COLS] = { }; // declare array to keep track of which dice has beenused int dice[DICE][SIDES]{ }; // initialize the usedDice array
// initialize the board array // call function welcomeScreen welcomeScreen(); // call function clearScreen clearScreen(); // call function displayExplicitBoard displayExplicitBoard(); // call function clearScreen clearScreen(); // call function displayCard() displayBoard();
// new function declarations displayDice(); createBoard(); getLetter(); // program executed successfully return 0;}
THANK YOU !
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply