i really need help with this:((
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.

14 36 31 -2 11 -6

Sample Run
[14, 36, 31, -2, 11, -6]

Answers

Answer 1

Answer:

sorry i dont know

Explanation:


Related Questions

Anna has taken up her first job as an IT help desk technician. Which certification will help her advance her career?

A. Microsoft Certified Solutions Expert
B. CompTIA A+
C. Cisco Certified Network Professional
D. Oracle Certified Professional

Answers

B, I think.

Cisco = networking
Oracle =
Networking as well I think

this activity involves the final processing and complete sterilization of the process finish product

Answers

Answer:

which activity is that am just asking

How do they disguise the cameras placed around the secret cove?

Answers

Answer:

Portions were filmed secretly in 2007 using underwater microphones and high-definition cameras disguised as rocks.

Portions were filmed secretly using underwater microphones and high-definition cameras disguised as rocks.

You are a manager and one of your team member ask why using slide presentations are a good idea. What’s the best way to respond

Answers

Answer:

tell them that the slides help u organize the info easly

so that the peaple/audience will understad

Explanation:

Answer: Slide presentations are familiar to most audiences, and will help them focus on the content.

Explanation: Got it correct on the quiz.

When you create two or four separate windows containing part of the spreadsheet that can be viewed, you have created


Sections


Panes


Views


Subsheets

Answers

Answer:

subsheet maybe i'm taking a test on it ill tell you if it is wrong lol i searched it up

Explanation:

i took the test it is right i probably was late but at least it got answered

When you create two or four separate windows containing part of the spreadsheet that can be viewed, you have created Panes. Thus, option B is correct.

What is a spreadsheet?

Microsoft created and maintains the spreadsheet program referred to as Excel. You can carry out a wide range of tasks with Excel, including doing computations, creating columns, and creating charts. In addition, it assists with monitoring and data, market research, and sorting.

Go over to the Navigation pane to Frozen Panes to hold select columns or rows in lockdown or Divide Panes can generate multiple displays of a spreadsheet if you want to keep a portion of a spreadsheet accessible while scrolling to that other portion of the spreadsheet. Therefore, option B is the correct option.

Learn more about the spreadsheet, here:

https://brainly.com/question/8284022

#SPJ6

The most common delimiter is a

-forward slash
-period
-semicolon
-comma

Answers

Answer:

comma

Explanation:

trust me bro

The most common delimiter is a comma. The correct option is d.

What is a delimiter?

Programming languages employ delimiters to define code set characters or data strings, operate as data and code boundaries, and make it easier to comprehend code and divide up distinct implemented data sets and functions.

The values may be separated by any character, however, the comma, tab, and colon are the most often used delimiters. Space and the vertical bar, which is sometimes known as pipe, are occasionally utilized.

With one entry per row, data is organized in rows and columns in a delimited text file. Field separator characters are used to divide each column from the one after it. According to Comma Separated Value, one of the most popular delimiters is the comma.

Therefore, the correct option is d, comma.

To learn more about delimeter, refer to the link:

https://brainly.com/question/14970564

#SPJ2

8.5 Edhesive Code Practice
Use the following initializer list to create an array (this is also in your programming environment):

twainQuotes = ["I have never let my schooling interfere with my education.",
"Get your facts first, and then you can distort them as much as you please.",
"If you tell the truth, you don't have to remember anything.",
"The secret of getting ahead is getting started.",
"Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]
Print this array, then use functions to sort the quotes. Then, print the quotes again.

Next, insert the quote "Courage is resistance to fear, mastery of fear, not absence of fear." at the correct spot alphabetically, and print the quotes again.

Hint: Your code should print the array after each modification listed in the instructions

Answers

Answer:

Check explanation

Explanation:

#Print original quote

twainQuotes = ["I have never let my schooling interfere with my education.",

"Get your facts first, and then you can distort them as much as you please.",

"If you tell the truth, you don't have to remember anything.",

"The secret of getting ahead is getting started.",

"Age is an issue of mind over matter. If you don't mind, it doesn't matter. "]

print(twainQuotes)

#Sort and print

twainQuotes.sort()

print(twainQuotes)

#Insertion of quote, sort, then print

twainQuotes.extend(["Courage is resistance to fear, mastery of fear, not absence of fear."])

twainQuotes.sort()

print(twainQuotes)

mark as brainliest pls hehe

Define an array and why it is needed in programming

Answers

Answer:

An array is a data structure, which can store a fixed-size collection of elements of the same data type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

Explanation:

Happy to help :-)

Answer:

An array is a data structure, which can store a fixed-size collection of elements of the same data type. a array is used to store a collection of data, but it´s often more useful to think of an array as a collection of variables of the same type.

Explanation:

How many days are depicted in the movie stand by me?

I need the answer

Answers

Answer:

I have no idea

Explanation:

There have not been any changes to instruments or music in the last 50 years. The technology in music is still the same.
Group of answer choices

True

False

Answers

Answer:

False i hope this is rigth

Choose the correct term to complete the sentence.

Professional communication must be objective,

, and unemotional
informal
technical
rational

Answers

Answer:

the answer to your question is obviously "rational"

The correct option is rational.

What is Professional communication?Professional communication is a metier subfield of communication that pays close concentration to the theories and methods of communication within professional contexts.After reading this direction, you will better comprehend the four main types of contact: Verbal, non-verbal, written, and visual. You will be able to use this knowledge to improve your transmission and make sure that you are encouraging effective communication skills within your organization. Proficient communication refers to the oral, written, visual, and digital forms of providing information in the context of a workplace. Practical professional communication is essential in today's world. Most situations in an institution arise as a result of poor communication.

To learn more about Professional communication, refer to:

https://brainly.com/question/26152499

#SPJ2

What is modularity?
A.
the process of reusing existing modules from other programs
B.
the process of grouping together smaller segments into larger modules
C.
the process of consolidating different parts into a whole program
D.
the process of breaking down a program into small

Answers

Answer:

Option D

Explanation:

Modularity in general defines the flexibility of a system. It is the degree to which a system can be broken down into smaller segments and then rearranged or recombines into new groups. Modularity is determined for multiple disciplines each having their own drawbacks.

Which action is applicable only to tables?

Answers

Answer:

the answer is adding and deleting rows

the first mechanical computer design in by Charles Babbage was Called​

Answers

Answer:

Analytical Engine

Explanation:

Analytical Engine, generally considered the first computer, designed and partly built by the English inventor Charles Babbage in the 19th century (he worked on it until his death in 1871).

plzzz help ya girl out due soon

Answers

The answer to this question is D. This is because programming language is a language used to run the application software. A programmer or developer writes code, and the code language (most common is JavaScript) is translated and it runs the program.

Type the correct answer in each box. Spell all words correctly. Programmers utilize to convert a program from language, which is human readable, to language, which is a low-level language that the system can understand.

Answers

The completed sentences are:

Programmers utilize compilers to convert a program from high level language, which is human readable, to machine language, which is a low-level language that the system can understand.

What are compilers?

When working with source codes written in high-level programming languages like Java or C++, software developers rely on specialized professional tools known as compilers.

The purpose of these programs is to translate the human comprehensible language of source codes into low-level binaries like machine code or bytecode that computers can understand better while producing an executable product.

Ultimately, compiling remains a vital step in creating functional applications by translating software's instructions expressing business logic via understandable texts into computer-readable instructions kept within binomial-code-based files.

Learn more about Compliers:
https://brainly.com/question/30780600
#SPJ1

is the most important characteristic of a hard drive.​

Answers

Answer:

sfywajsc

Explanation:

,.jQNMs

Answer:

Available Storage Space

Explanation:

How much data a hard drive can store is one of its most prominent characteristics; capacity is often the only difference between otherwise identically performing models. Flash-based hard drives cost more than platter-based hard drives relative to capacity.

Explain how you would filter the dog dataset using traversal to have a filtered list of dogs who live long lives.

Answers

Answer:

Explanation:

In such a dataset, the individual dogs that lived the longest lives would be at the deepest level of the data tree. Therefore, you would need to traverse the tree and grab all of the nodes at the deepest level and add them to a new list. This list will, therefore, have all the dogs that lived the longest lives. You would need to traverse the farthest left side of the tree until you reach the deepest node, then return and traverse the tree again on the left-right node to see if goes deeper. Once you reach the deepest node in each attempt you add it to the list.

Answer:

First, decide what counts as long lives (i.e. how many years it needs to live) then check for dogs where life span is <= that number. Then have the program remove all other dogs.

Explanation:

Select all the correct answers.
Which of the following are advantages of using a word processor?
makes revision easier
O helps in analyzing data tables
supports versioning
enables sharing
simplifies video editing

Answers

Answer:

these answers look correct to me

Explanation:

The advantages of using a word processor make revision easier, supports versioning, and enables sharing. Hence, options A, C, and D are correct.

What is a word processor?

A word processor is a software application used for creating, editing, formatting, and printing electronic documents. It allows users to enter and manipulate text, as well as add graphics, tables, and other elements to a document.

Word processors are widely used for creating various types of documents such as letters, reports, essays, and more.

Word processors offer a variety of features and tools for formatting text, such as font styles and sizes, bold and italic formatting, bullet points and numbering, and margins and indentation.

Thus, options A, C, and D are correct.

To learn more about the word processor, follow the link:

https://brainly.com/question/31851148

#SPJ2

Which of the following is hardware or software that monitors and controls network traffic to prevent security breaches?
O trojan horse
O firewall
O anti-malware
O keylogger
Need answer now!!!!!

Answers

Answer:

Firewall

Explanation:

A trojan horse and keylogger are types of malware. While an anti-malware software may come with a firewall built in, the firewall is still the thing monitoring network traffic.

Why do you think Beyonce's performance of the Negro National Anthem was so impactful at
Coachella?

Answers

Answer:

it showed a movement of black rights and brought awareness to it

Select the correct images Jane has to pick images that portray action photography. Which of these images would she pick? please help me​

Answers

Answer: i think its the horse the basketball and the bike hopefully i helped

Explanation:

How do you play game on phone

Answers

You download a game from the App Store
Download it and play it

The sun emits invisible _____> A) electromagnetic waves B) Waves C) Radiation D) Wavelength E) Ultraviolet Light

Answers

Answer:

Ultra violet light.

Explanation:

What is a server? Why is it so important?

Answers

Answer:

Servers not only help your business with data storage, but they will also improve efficiency and productivity. As employees can access data and information from any workstation it means they can work from home, while travelling or from a different office.

Answer:

hope this help

Explanation:

A server is a computer or system that provides data,resources,service or programs. This is important because this stores our information and helps us surf online.

Which federal legislation prohibits credit card companies from raising rates on existing balances?

A. The Credit Card Accountability Responsibility and Disclosure Act

B. The Fair Credit Reporting Act

C. The Fair Debt Collection Practices Act

D.The Truth in Lending Act

Answers

Answer:

A. The Credit Car Accountability Responsibility and Disclosure Act

Explanation:

I hope this helps you. :)

Federal legislation prohibits credit card companies from raising rates on existing balances is The Credit Card Accountability Responsibility and Disclosure Act. Thus the correct answer is A.

What is the objective of the credit card act?

The CARD Act of 2009 aims to stop credit card issuers from engaging in unfair and unethical activities. According to the CARD Act, all credit card issuers must use language that is clear and accessible.

The Credit Card Accountability Responsibility and Disclosure Act prohibits credit card companies from raising rates on existing balances.

Therefore, option A is appropriate.

Learn more about the Credit card Act, here:

https://brainly.com/question/11658297

#SPJ2

Michelle works in retail and can't decide what product to include in the store's front window display. what is the first step she should take to solve this problem?

Answers

Answer:

she should look at the most wanted product she has in her store and put that out on display

Explanation:

3. Describe the types of input the peripheral nervous system receives in each of the three scenarios.

Answers

Answer:

espanel hjcrkl cuecls oob

1. Many photographs tell a story. What is the story of this photograph? What is happening? Where is the photograph taken? Why is the photograph taken?

2. Good photographs create an emotion or feeling. What emotion does this photograph make you feel? How does the photographer create this emotion in the photograph?

Answers

Answer:

Answer below! Hope I am correct!( I know what happened in that picture, I am sure!)

Explanation:

What is the story of this photograph?

The story is... I think there is a earthquake going on in San Francisco...

What is happening?

There is a earthquake and people are trying to run away & trying to stay safe...

Where is the photograph taken?

Looks like a long time ago, maybe it’s in California (San Francisco) April 19 or 18, 1906.

Why is the photograph taken?

It was a really important & significant earthquakes! So it will be part of history & will be remembered....

What emotion does this photograph make you feel?

It makes me feel really horrible to see that there is a earthquake, I think many people died :( ......

How does the photographer create this emotion in the photograph?

By all the smokes... I can also see people trying to run away from the earthquake.. also I can tell they are really scared!

Hope this helps!

By:BrainlyAnime

3.4 lesson practice quiz edhesive

Answers

3.4 lesson practice quiz edhesive :

Write a program to check if user inputs "yellow"

Answer:

In Python:

col = input("Enter Color: ")

if col == "yellow":

   print("True")

else:

   print("False")

Explanation:

This prompts the user for color

col = input("Enter Color: ")

This checks if color is yellow

if col == "yellow":

If true, this prints true

   print("True")

If otherwise, this prints false

else:

   print("False")

Other Questions
What type of function has the possibility of two x-intercepts?I. LinearII. QuadraticIII. Absolute Value i need to find the area but i dont know the steps In 1910, poor Mexicans found a leader in democratic reformera.Victoriano Huerta, who assumed power in February 1913.b.Porfirio Daz, who captured Ciudad Jurez in 1911.c.Venustiano Carranza, who led a peoples revolution against Daz.d.Francisco Madero, who began the Mexican Revolution. AYUDAAAA AYUDAAAA NO ME ACUERDOOOOO AYUDAAA 2+5(520)8 Can someone plz help me im really lost In parallelogram FGHJ Use the equation w=9b to find the value of w when b=6. All chromosomes are the same size and they all contain the same amount of genes.TrueFalse Two charges are located on the positive X-axis of acoordinate system. If and are 5cmand 7cm from the origin (X=0). What is the forceexerted by & on a third charge ; ifA. is placed at 3cm from the origin?B. is placed at 6cm from the origin?C. is placed at 9cm from the origin? Which is the simplified form of the expression 6y 4 + 3y? I dont understand how do i do this can someone give me a example? Is Joshua's reasoning sound?No, Joshua's reasoning is not sound because he hasn't asked every member of the community whether they benefit from these creators' works.Yes, Joshua's reasoning is sound because Joshua is a member of the community who benefits from the library's services.Yes, Joshua's reasoning is sound because it uses a valid source to show that the library's reduced budget will affect people whose work benefits the whole community.No, Joshua's reasoning is not sound because Library Director Sarah Tomlinson is not an expert on library funding. Joanna is reading a storybook. The ratio of the number of pages she read tothe pages that remain to be read is 7:3. If the book contains 500 pages in all,how many pages did Joanna read and how many pages remain to be read? The sum of two numbers is 23. Twice one number increased by 6 is the same as 4 times the other number decreased by 2. What is the largest of the two numbers? if f(x)=10(2) then which of the following represents the value of f (0) I Need help now!!!! What gaming PC would you prefer me to get don't just infer explain why CLX or IBUYPOWER don't Jude of size BTW :) ___involves a break with past experiences and the learning of new values and norms. A. Institutionalization C. both a and b B. Resocialization d neither a nor b D. Neither a nor bPlease select the best answer from the choices provided what is the opposite of -2 Explain how cells were discovered.