subject

Eight queens are to be placed on an 8 x 8 chessboard in such a way that one queen is to be in each row. a program will store an array x[] with capacity 8 to represent such a configuration. if x[r] has value c then in row r there is a queen in column c. write a program that asks a user to enter the columns that contain queens in the 8 rows. the program makes sure there are no queens in the same column. the program then prints the board. for example, if the user enters: 0,3,4,0,0,7,6,7 the program should print: no good. (hint: use nested for loop, if column c == array[r] print ‘q’, otherwise print ‘.’) for example, if the user enters: 1,3,4,5,2,8,6,7 the program should print: .. . ..

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:50
The file sales data.xlsx contains monthly sales amounts for 40 sales regions. write a sub that uses a for loop to color the interior of every other row (rows 3, 5, etc.) gray. color only the data area, columns a to m. (check the file colors in excel.xlsm to find a nice color of gray.)
Answers: 2
question
Computers and Technology, 23.06.2019 02:00
Arecipients list has been loaded into a document. which commands should be clicked in order to filter the list so that letters will not be printed for recipients who live in a certain state? mailings tab, start mail merge, select recipients, type new list, then insert only contacts from the desired states mailings tab, rules, select recipients, use existing list, then choose a recipients list that includes only contacts in certain states mailings tab, select recipients, use existing list, rules, fill in, then type in certain states mailings tab, rules, skip record select “state” under field name, then type in the state name under “equal to”
Answers: 2
question
Computers and Technology, 24.06.2019 10:00
In which view can you see speaker notes?
Answers: 1
question
Computers and Technology, 25.06.2019 06:00
Shaniya has misspelled a scientific name in her biology report. she needs to correct it, but she has no access to a computer. she plans to use the word app on her phone without an office 365 subscription. can shaniya correct her mistake? why or why not? yes, she can navigate the window and do simple editing. yes, she can use this application for free and navigate the window. no, her document is “read-only,” so she cannot navigate the window. no, her application has limited features and she cannot access the documen
Answers: 1
You know the right answer?
Eight queens are to be placed on an 8 x 8 chessboard in such a way that one queen is to be in each r...
Questions
question
Mathematics, 23.12.2019 21:31
Questions on the website: 13722367