subject

Discuss what repetitions structures are, and how they differ from the vectorization approaches we have previously studied in the course. is one technique (i. e. vectorization approaches or approaches using repetition structures) better than the other? does it depend on the circumstance, or on the programming language? if you use outside resources or ideas that are not your own to make your case, be sure that they are properly cited in the citation style of your choice. consider a program involving at least one for loop that could be used in your (intended) field or that could be of use to you as a student. this program should be distinct from any other program you have discussed in a discussion previously. first, in plain english, describe the program and how it works. if the program is especially complex, you may instead examine a smaller discernible section of the program for this discussion. based on your plain english description of the program, share one or more code fragments that you write for this discussion post to illustrate the concept of at least one for loop in your program. if the program is especially complex, you may instead share a smaller discernible section of the program for this discussion, but be sure that the subset of the program includes at least one for loop.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 18:30, dnjames01
Given the following code: if (n == 2) { k -= 2; } else if (n == 3) { k -= 3; } can be rewritten as: if (< condition > ) { < assignment statement > ; } assume that evaluating < condition > does not change the values stored in n and k. which of the following could be used as < assignment statement > ? k -= n; k -= 1; k -= 2; k += n; k = n - k;
Answers: 2
image
Computers and Technology, 22.06.2019 15:00, gmc2771
Hyperactive media sales has 10 windows 7 laptop computers used by sales-people in the organization. each laptop computer has several customized applications that are used during the sales process as well as customer relationship management software. all of the applications on the laptops are difficult to configure and have large data files. if all of the laptops have current hardware, what is the easiest way to install windows 10 on them?
Answers: 1
image
Computers and Technology, 22.06.2019 16:00, raizagisselle1273
If a client wants to make minor edits, what should he/she use?
Answers: 3
image
Computers and Technology, 22.06.2019 17:30, yoyo9661
Under which key category do the page up and page down keys fall? page up and page down keys fall under the keys category.
Answers: 1
You know the right answer?
Discuss what repetitions structures are, and how they differ from the vectorization approaches we ha...

Questions in other subjects:

Konu
Mathematics, 25.09.2020 04:01