subject
Computers and Technology, 31.01.2022 01:50 Coscutt

C++ Can someone please write the code for me? It’s due at midnight today! Thank u so much!

Problem 2:
Create a 10 by 10 array. Use a for loop to initialize each element in the array sequentially
starting with 1 and going to 100 with 1 being placed in array2[0][0] and 100 being placed in
array2[9][9]. Use another for loop to output each value of the array with each value separated
by a tab and each row on a separate line.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 15:30
Communication is the exchange of information. true or false?
Answers: 1
question
Computers and Technology, 22.06.2019 03:10
This program reads a file called 'test.txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string.punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test.txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
question
Computers and Technology, 22.06.2019 23:20
How can you tell if someone sent you a text message to your email instead of a email
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
Michael has written an e-mail to his employees that describes a new product special that will be introduced to the customers next week. by taking time to make sure the e-mail is well written, logical, and organized, michael has made sure his message has the characteristics of a) effective communicationb) ineffective communicationc) barriers to communicationd) workplace communication
Answers: 2
You know the right answer?
C++ Can someone please write the code for me? It’s due at midnight today! Thank u so much!
<...
Questions
question
Mathematics, 19.07.2019 12:50
Questions on the website: 13722362