Given the following code, which is the correct output?
double x = 3.1;
do
{
cout << x << " ";
x = x + 0.2;
} while (x<3.9);
Group of answer choices
3.3 3.5 3.7 3.9
3.1 3.3 3.5 3.7 3.9
3.1 3.3 3.5 3.7
3.3 3.5 3.7
3.1 3.3 3.5

Answers

Answer 1

The correct output of the given code will be "3.1 3.3 3.5 3.7 3.9".The code uses a do-while loop to repeatedly execute the block of code inside the loop.

The loop starts with an initial value of x = 3.1 and continues as long as x is less than 3.9. Inside the loop, the value of x is printed followed by a space, and then it is incremented by 0.2.

The loop will execute five times, as the condition x<3.9 is true for values 3.1, 3.3, 3.5, 3.7, and 3.9. Therefore, the output will consist of these five values separated by spaces: "3.1 3.3 3.5 3.7 3.9".

Option 1: 3.3 3.5 3.7 3.9 - This option is incorrect as it omits the initial value of 3.1.

Option 2: 3.1 3.3 3.5 3.7 3.9 - This option is correct and matches the expected output.

Option 3: 3.1 3.3 3.5 3.7 - This option is incorrect as it omits the last value of 3.9.

Option 4: 3.3 3.5 3.7 - This option is incorrect as it omits the initial value of 3.1 and the last value of 3.9.

Option 5: 3.1 3.3 3.5 - This option is incorrect as it omits the last two values of 3.7 and 3.9. Therefore, the correct output of the given code is "3.1 3.3 3.5 3.7 3.9".

Learn more about  initial value  here:- brainly.com/question/17613893

#SPJ11


Related Questions


In an answer of at least two well-developed paragraphs, explain how the government
is involved in the circular flow of money and the circular flow of products.

Answers

The government plays a significant role in the circular flow of money and the circular flow of products. In the circular flow of money, the government acts as a regulator and stabilizer of the economy. The government regulates the economy by setting monetary and fiscal policies that influence interest rates, inflation, and economic growth. For instance, the government can use its monetary policy tools to increase or decrease the money supply, which affects the spending power of consumers, businesses, and financial institutions. This, in turn, affects the circular flow of money in the economy.

The government is also involved in the circular flow of products by creating policies and regulations that affect the production, distribution, and consumption of goods and services. For example, the government can set standards for the quality and safety of products, which affects the production and distribution processes. The government can also provide subsidies and tax incentives to promote the production and consumption of certain products. Additionally, the government can impose tariffs and trade barriers to protect domestic industries and regulate imports and exports, which affects the flow of products in the economy. Overall, the government's involvement in the circular flow of money and the circular flow of products is crucial in promoting economic stability, growth, and development.

a simple way to insert a table into a word document is to hit the 'view' button.
true/false

Answers

The statement is false because hitting the 'view' button in a Word document does not provide an option to insert a table.

To insert a table, one can go to the 'Insert' tab in the ribbon at the top of the screen and click on 'Table'. This will give options to insert a table with a specific number of rows and columns or draw a custom table. Alternatively, one can also use the keyboard shortcut 'Ctrl + Alt + T' to insert a table.

Once inserted, the table can be customized by adjusting the column widths, adding borders or shading, and inserting text or images. Overall, inserting a table in a Word document is a simple process and can be done in a few clicks.

Learn more about word document https://brainly.com/question/30490919

#SPJ11

you have developed a new computer operating system and are considering whether you should enter the market and compete with microsoft. microsoft has the option of offering their operating system for a high price or a low price. once microsoft selects a price, you will decide whether you want to enter the market or not enter the market. if microsoft charges a high price and you enter, microsoft will earn $30 million and you will earn $10 million. if microsoft charges a high price and you do not enter, microsoft will earn $60 million and you will earn $0. if microsoft charges a low price and you enter, microsoft will earn $20 million and you will lose $5 million. if microsoft charges a low price and you do not enter, microsoft will earn $50 million and you will earn $0. Contruct a payoff table and find the Nash equilibrium if you and microsoft both make your decisions simultaniously. In a simultaneous move game, Microsoft will and you will:___________
- in simultanious move game, micorosoft will (charge a high price / charge a low price?) and you will ( not enter the market / enter the market?)
- now suppose that micoroft selects a price first (cant attach the question) you will enter (cant attach the question) tree for this squential move game. this part is not graded, but you will need to make the game tree on your own to answer the following question

Answers

Here is the payoff table:

               Enter          Don't enter  

High          30, 10         60,0

Low           20, -5        50, 0

Microsoft will demand a premium fee for a simultaneous move game, and you will join the market.

Game theory investigates how consumers choose the best option for themselves in a market that is competitive.

Nash equilibrium is the best outcome for participants in a competitive market when no player has the incentive to change their decisions.

I stand to gain $10 million or lose $5 million if I join the market. I wouldn't make any money if I didn't get into the market. Entering the market is the greatest course of action for me since $5 million is larger than nothing.

If Microsoft charges a higher price, it may earn $30 million or $60 million. The firm may generate $20 or $50 million if its pricing point is modest. Set a high price is the best line of action.

To know more about consumers click on the link below:

https://brainly.com/question/17629073

#SPJ4

If your computer shuts off unexpectedly and without enough time for the operating system to make quick backups, which storage medium will lose its data?

Answers

If my computer shuts off unexpectedly and without enough time for the operating system to make quick backups, the storage medium that will lose its data are  Both A and B which are:

A. Cache

B. RAM

What is the RAM in a computer?

RAM is known to be a term that connote random-access memory and it is one that is often called the short term memory where data is known to be saved as the processor requires for it.

Therefore, note that If my computer shuts off unexpectedly and without enough time for the operating system to make quick backups, the storage medium that will lose its data are  Both A and B which are:

A. Cache

B. RAM

Learn more about RAM from

https://brainly.com/question/13196228

#SPJ1

If your computer shuts off unexpectedly and without enough time for the operating system to make quick backups, which storage medium will lose its data?

A. Cache

B. RAM

C. ROM

D. HDD

Both A and B

A, B, and C

Both A and D

To open something, using a key or an electronic device/ to use a password in order to use a mobile phone​

Answers

Answer:

yes that is true

Explanation:

true or false

trueeeee

Select the correct answer.

Which use of conditional statements help create programs that are more robust?

A output validation

B. printing

C. input validation

D block structure​

Answers

Answer:

c

Explanation:

if a process step has a large setup time and a small pure-processing time per unit, what batch size will result in the fastest throughput time for any one unit through this step? assume there are multiple resources at this step, each with plenty of capacity.

Answers

Using the smallest batch size possible would result in the quickest throughput time for any one unit through the process step. The amount of time needed to set up each unit will be reduced as a result.

Impact of batch size on throughput?

On test hardware that can handle more inference work in parallel, larger batch sizes (8, 16, 32, 64, or 128) can lead to higher throughput. However, the latency may increase as a result of the higher throughput.

Describe Unit?

A single, indivisible entity is referred to as a unit in many different professions. A unit is the accepted unit of measurement in mathematics, such as a metre for length or a kilogramme for mass.

To know more about unit visit:-

https://brainly.com/question/29775379

#SPJ4

11111110110001001100010110111010start text, 1111111, end text, start text, 0, end text, start text, 110, end text, start text, 0, end text, start text, 0, end text, start text, 10, end text, start text, 0, end text, start text, 110, end text, start text, 0, end text, start text, 0, end text, start text, 10110111010, end text
How many characters are encoded in that binary data?

Answers

Answer:

32 bits / 8 bits per character = 4 characters

Explanation:

This binary data contains 32 bits, which can be divided into groups of 8 bits to represent individual characters.

Good HTML skills will be required in order to prevent what from happening in the design of a web page?

Answers

Answer:

to properly use the tags in the web page

Explanation:

The full form HTML is Hyper Text Mark up Language. HTML is used in designing a good web page in the computer. It is used to design the document that are displayed in the web browser.

Instead of using a programming language to do the functions of a web page, the markup language uses the tags to identify the different types of the contents and purposes that they serve in the web page. A good HTML skills are required to prevent the web page from any improper designing of the contents in the web page.

A technician wants to replace a failing power supply on a high-end gaming computer. which form factor should the technician be looking for?

Answers

A technician need to use the form factor or the  technician be looking for what we call EPS12V.

What is an EPS power connector?

The EPS connector is known to be used to supply power to the  motherboard CPU socket and the PCI is known to be one that functions to express connector.

Note that this is said to be a server standard (EPS12V) and it is also known to be one that can be said to be a desktop standard (ATX12V).

Note that the EPS12V is one that is known to always be seen in an 8-pin CPU connector and therefore, A technician need to use the form factor or the  technician be looking for what we call EPS12V.

Learn more about technician from

https://brainly.com/question/2328085

#SPJ1

Why is it important to use the correct fingers when typing?

Answers

Explanation:

Typing quickly and accurately with correct finger placement involves building up some muscle memory in your hands, so they feel comfortable reaching for keys in sequence and the movements become automatic.

Answer:

It's important to use the correct fingers when typing to build a habit of quicker and proper typing. It can also make you more comfortable with speed-typing.

Can you use the syntax where [column name] (select * from [table name 2]) syntax when you want to compare a value of a column against the results of a subquery?

Answers

Yes, you can use the syntax [column name] IN (SELECT * FROM [table name 2]) when you want to compare a value of a column against the results of a subquery.

Subquery- A subquery is a SQL statement that is enclosed in parentheses and is used to complete a query condition's various parts. The statement in the parentheses is processed first, and the results are then used in the main query.

Using the syntax to compare a value of a column against the results of a subquery- The [column name] refers to the column you want to compare with the results of the subquery in parentheses.

SELECT * FROM [table name]WHERE [column name] IN (SELECT * FROM [table name 2]);

The above is the structure of the syntax where you can see how the syntax is constructed.

"syntax", https://brainly.com/question/31143394

#SPJ11

Select the correct answer.
Ivan has purchased new hardware to improve his gaming experience by making scenes move more smoothly. What has he purchased?
O A.
OB.
OC.
OD.
a new monitor
a new graphics card
a sound card
a solid-state device

Answers

Ivan has purchased new hardware to improve his gaming experience by making scenes move more smoothly. He has purchased a new graphics card

How could the graphics card help?

A graphics card, also known as a video card or GPU, is a piece of hardware that is responsible for rendering images and videos on a computer.

In a gaming context, a powerful graphics card can greatly enhance the visual experience by increasing the frame rate, resolution, and overall quality of the graphics.

A powerful graphics card can process these elements quickly and efficiently, resulting in a higher frame rate and a smoother overall gaming experience.

Read more about graphics card here:

https://brainly.com/question/30187303

#SPJ1

Focusing on the career cluster "Arts, Audio/Video Technology & Communications", which of the following careers is NOT part of this cluster? (Choose all that apply.)

Landscaper
News Reporter
CEO
Actress
Graphic Design Artist
I will give brainliest to right answer

Answers

Answer:

Landscaper

CEO

Explanation:

Arts, Audio/Video Technology & Communications:

Careers including performing arts, acting, dance, visual arts such as animation and graphic design. Includes audio and video careers, such as news reporters, television technicians, and film editors.

The company generates a lot of revenue and is rapidly growing. They're expecting to hire hundreds of new employees in the next year or so, and you may not be able to scale your operations at the pace you're working.

Answers

Answer:

The most appropriate way to deal with the situation presented above is to acquire more space at the current office site at additional rent beforehand.

Explanation:

The Scaling of a revenue-generating business is a crucial task in which a lot of pre-planning and thinking is required.

In order to scale the business in the next year, the planning of it is to be carried out at the moment and proper necessary arrangements are ensured. These steps could be one from:

Looking for bigger spaces for renting for a full shift of the operationsLooking for a site office for an additional officeAcquiring more space in the current office site.

This process would result in acquiring a bigger place beforehand but in order to mitigate the risk, try to keep the place in view by providing them a bare minimum advance for the additional units.

the choice of whether to use recursion or a loop to solve a specific programming problem is primarily a(n) decision.

Answers

Recursion is a way of writing complex codes.

Recursions breaks down problems into sub-problems which it further fragments into even more sub-problems - a continuous loop of problems.Recursion is the process of defining a problem (or the solution to a problem) in terms of (a simpler version of) itself. For example, we can define the operation "find your way home" as: If you are at home, stop moving.A simple way to look at recursion is like looking at yourself in a mirrored hall. Each mirror reflects you and the reflection of the mirror behind you, in front of you, or beside you. There are also the collective reflection of you and all these mirrors, and so on to infinity.It is tempting to want to use recursion for many problems when you get acquainted with it. Recursion works well and can be used in instances when loops are not efficient. But it is not practical to use recursion unless necessary. It takes up too much memory and can make a code unreadable. Unless necessary, it is best to use loops or dynamic programming before recursion.

To know more about recursions visit:

https://brainly.com/question/15347407

#SPJ4

who loves juice wld as much as i do?

Answers

Answer:

ehhh he was ok

Explanation:

Answer:abc

Explanation:

what is a blend of the physical, virtual, and electronic environments creating a real-time ambient environment that changes as the user moves from one place to another?

Answers

This is known as a "smart environment" or "ubiquitous computing." It is a technology-enabled environment that is able to sense and respond to user interactions in real time.

Ambient Environments: A Blend of Physical, Virtual, and Electronic Worlds

A smart environment is a technology-enabled environment that senses and responds to user interactions in real time. It blends the physical, virtual, and electronic worlds together to create an ambient environment that changes as the user moves from one place to another. This allows for a personalized experience that is seamless and intuitive.

A smart environment is a revolutionary technology that is transforming the way we interact with our surroundings. By combining physical, virtual, and electronic components, these environments are able to sense and respond to user interactions in real time. This creates a personalized experience that is seamless and intuitive, changing as the user moves from one place to another.

Learn more about the Environment: https://brainly.com/question/17413226

#SPJ4

Ayleen is a software developer for a 3D animation studio and is in charge of creating a program to render the animations.When she ran her first version of the program on one of the studio's computers, the program took 48 minutes to render 12 frames. To improve the performance, she parallelized the program, rendering each frame in parallel. When she ran the parallelized program on the same computer, it took an average of 6 minutes to complete.What is the speedup of the parallel solution?8

Answers

The speedup of the parallel solution is 8 and to calculate the speedup of the parallel solution, we can use the following formula: Speedup = Sequential time / Parallel time.

Where sequential time is the amount of time required to accomplish the job without parallelization and parallel time is the amount of time required to complete the task with parallelization.

In this scenario, the sequential time for rendering 12 frames is 48 minutes, which implies it takes 4 minutes to draw one frame (48/12=4).

Parallelization renders each frame in parallel, and the software takes an average of 6 minutes to complete. This indicates that each frame takes 0.5 minutes to render (6/12=0.5) and that all 12 frames are rendered in 6 minutes.

Using the formula, we get:
Speedup = 4 minutes / 0.5 minutes = 8

Therefore, the speedup of the parallel solution is 8, which means the parallelized program is 8 times faster than the sequential version.

Learn more related Parallelization:
https://brainly.com/question/30225362

#SPJ11

what is the worst time complexity of algorithm to solve circuit_sat problem. justify your answer

Answers

The worst time complexity of the algorithm to solve the circuit_sat problem is exponential. This is because the problem is NP-complete, meaning that it is one of the hardest problems to solve in computer science.

The brute force method to solve the problem requires trying all possible input combinations, which grows exponentially with the size of the problem. Therefore, any algorithm that attempts to solve the circuit_sat problem will have a worst case time complexity of O(2^n), where n is the number of variables in the input.To explain further, the Circuit-SAT problem is the problem of determining whether a Boolean circuit has a set of inputs that will cause the output to be true. Given a Boolean circuit with n inputs and m gates, the brute-force method to solve this problem would be to test all 2^n possible combinations of inputs, and for each combination, evaluate the circuit by applying the logical operations defined by the gates. The worst-case time complexity of this brute-force method is O(2^n * m).

To learn more about computer click the link below:

brainly.com/question/27278644

#SPJ11

Which XXX completes the recursive scrambling function and generates the following output?ABC ACB BAC BCA CBA CAB
#include #include void Swap(char* v1, char* v2) { char temp; temp = *v1; *v1 = *v2; *v2 = temp; } void Scramble(char sstr[], int start, int end) { if (start == end) printf("%s\n", sstr); else { for (int i = start; i <= end; ++i) { Swap(&sstr[start], &sstr[i]); XXX Swap(&sstr[start], &sstr[i]); } } } int main(void) { char sstring[] = "ABC"; int n = strlen(sstring); Scramble(sstring, 0, n - 1); return 0; } options:
Scramble(sstr, start - 1, end);
Scramble(sstr, start + 1, end);
Scramble(sstr, end, start - 1);

Answers

To complete the recursive scrambling function and generate the specified output, the correct option is "Scramble(sstr, start + 1, end);" This option should be placed at the marked position (XXX) in the given code.

In the given code, the function "Scramble" is a recursive function that performs a scrambling operation on a string. It takes the string "sstr," the starting index "start," and the ending index "end" as parameters.
The function works by swapping characters in the string starting from the "start" index with each character from the "start" index to the "end" index. It then recursively calls itself to perform the same operation on the remaining characters.
To complete the function and generate the desired output, the correct option is to use "Scramble(sstr, start + 1, end);" as the recursive call. This ensures that the next recursive call starts from the next index, maintaining the order of characters in the string and generating the correct output sequence.
By using this option, the function will continue to swap and recursively scramble the remaining characters until the base case is reached, resulting in the output: ABC ACB BAC BCA CBA CAB.

Learn more about recursive here
https://brainly.com/question/30027987



#SPJ11

11. consider the following grammar: → a b → b | b → b which of the following sentences are in the language generated by this grammar? a. babb b. bbbabb c. bbaaaaabc d. aaaaaa

Answers

The sentences in the language generated by the given grammar are:

a. babb

b. bbbabb

According to the grammar rules provided:

- The sentence "babb" is in the language because it matches the production rule S → a b → b.

- The sentence "bbbabb" is also in the language because it matches the production rules S → b and S → b b a b → b b b a b b.

On the other hand:

- The sentence "bbaaaaabc" is not in the language because it does not match any of the given production rules.

- The sentence "aaaaaa" is not in the language because it does not start with the initial symbol S and does not match any of the production rules.

Learn more about language generated here:

https://brainly.com/question/31231868

#SPJ11

Which string method returns true if the character is a lowercase letter?
letter = input("Enter a letter: ")
Oletter.isLower()
O letter.islower()
O isLower(letter)
O islower(letter)

Answers

Answer:

Option 2, letter.islower() is correct

Explanation:

letter.islower() returns true when the string "letter" is lowercase.

Answer:

C

Explanation:

one artist mentioned having a separate sundial for each set of three months or each season

Answers

Answer:

each season i think so i am not sure

Select the correct category of cybersecurity described.

It prevents intruders from accessing, misusing, destroying, adapting, or improperly disclosing networks, network infrastructure, or the information contained within networks.

network security

information security

operational security

infrastructure security

Answers

Answer:

Network security

Explanation:

Network security is a category of cybersecurity that is related to the protection of the infrastructure of the computer network from unauthorized access and intrusion that may be from intended attack or from an expedient  program which may result in the modification, malfunctioning, misuse or unacceptable disclosure of the network and the contents of the network

The category of cybersecurity that 'prevents intruders from accessing, misusing, destroying, adapting, or improperly disclosing networks, network infrastructure, or the information contained within networks' is network security.

Answer:

network security

Explanation:

Select the correct category of cybersecurity described. It prevents intruders from accessing, misusing,

Where is a Pivot Table inserted?
a. Next to the last column of data in your worksheet
b. Below the last row of data in your worksheet
c. It depends on whether you select to insert the Pivot Table in the current worksheet or a new worksheet
d. Above the first row of data in your worksheet

Answers

The Create PivotTable dialog box will prompt you to create a Pivot Table on an Existing Worksheet if you insert one on a data-filled worksheet. One of the options in the Create PivotTable dialog box is this one.

Utilized in spreadsheet applications like Excel, OpenOffice.org Calc, and Ggle Sheets is a data summarization tool called a pivot table. Sorting, counting, and totaling data in a table are its primary uses. In order to create a report, you can summarize the data in a variety of ways using a pivot table.

The dialog box for "Create PivotTable":

In Excel, a new pivot table can be created using the dialog box labeled "Create PivotTable."

Learn more about PivotTable at

brainly.com/question/18410166

#SPJ4

graham drove 39 2/3 miles in 1 1/3 hours. What is the unit rate for miles per hour? Use a pencile and paper. Describe a situation in which the unit rate would be easier to work with than the given rate.​

Answers

Answer:

29.75 mph

Explanation:

(39 2/3) / (1 1/3) = 29.75

The unit rate is useful if you want to do calculations for arbitrary times or distances.

7.3 code practice edhesive

Answers

I am guessing this is wht u asked for

def print_sum(a,b,c):

print(a+b+c)

one = int(input("Enter the 1st number: "))

two = int(input("Enter the 2nd number: "))

three = int(input("Enter the 3rd number: "))

print_sum(one,two,three)

Fill in the blank with the correct response.
A company's virtual desktop is stored on a remote central service. This is known as desktop _____.

Answers

Answer:

Virtual Desktop

Explanation:

Find the TWO integers whos product is 8 and whose sum is 6

Answers

Answer:

2 and 4

Explanation:

The two numbers that have a product of 8 and a sum of 6 are 2 and 4 as an example 2 • 4 = 8  2 + 4 = 6

Answer

What two numbers have a product of 8 and a sum of 6?" we first state what we know. We are looking for x and y and we know that x • y = 8 and x + y = 6.

Before we keep going, it is important to know that x • y is the same as y • x and x + y is the same as y + x. The two variables are interchangeable. Which means that when we create one equation to solve the problem, we will have two answers.

To solve the problem, we take x + y = 6 and solve it for y to get y = 6 - x. Then, we replace y in x • y = 8 with 6 - x to get this:

x • (6 - x) = 8

Like we said above, the x and y are interchangeable, therefore the x in the equation above could also be y. The bottom line is that when we solved the equation we got two answers which are the two numbers that have a product of 8 and a sum of 6. The numbers are:

2

4

That's it! The two numbers that have a product of 8 and a sum of 6 are 2 and 4 as proven below:

2 • 4 = 8

2 + 4 = 6

Note: Answers are rounded up to the nearest 6 decimals if necessary so the answers may not be exact.

Explanation:

Other Questions
A social psychologist is interested measuring the effect of the age of the author on the persuasiveness of an opinion about Social Security. 18 research participants read a controversial essay about Social Security. Each participant rated the extent to which he or she agreed with the author (the higher the number, the more the person agreed with the author). Alexa opens a retirement account and is starting with $100. He plan to add $25 each month to the account ? Whats is the equation and how much money will Alexa have after 6 months and after 12 months ? According to the article, what happens when too many people visit a naturalarea? ("Is Social Media Ruining Nature?") Why was the case Plessy v. Ferguson important?It allowed blacks to ride the train cars equally with whites without any segregation in place.It was the first time that anyone spoke up against the practice of segregation by race in the southern states.It provided a way for states to legally segregate races and paved the way for the widespread use of the Jim Crow laws.It showed how Homer Plessy used his background as a free man of Creole descent to argue the constitutionality of the law and win his case. A reaction will occur spontaneously if its {G} is: Equal to zero Positive Negative Large In what year did New York adopt a formal bill of rights? Why do you think there wasnt a formal bill of rights in the original constitution? What is the value of (-4)-3?164.11264112 How I Language Arts 4 B/Explaining the Natural World How I See It Unit Test Which sentence uses hyperbole? (1) The car show was so much fun! (2) We were allowed to sit in all of the cars. (3) There must have been a million of them! (4) The sports cars were my favorite. (1 point) sentence 4 sentence 1 sentence 2 sentence 3 ASUS Weathering is an example of an external force of change.Question 5 options: True False Edit: I don't think it's R.A.R.E, I think it's actually R.A.C.E, which stands for Restate, Answer, Cite, and Explain.Hey guys, this is for the form, "Foundations Unit 1 Lesson 8 American Literature: Our Nation's Voices: Mid-Unit Assessment"1. What does the acronym R.A.R.E stand for? (Explain what each letter means in 2-4 sentences). What causes trauma and stressor-related disorders? Necesito resolver estas 2 preguntas:If the average weight of a feather is 0.0082 grams and a regular chicken has 7000 feathers. How much weight in feathers does a regular chicken have?Approximately 490 000 cases of coronavirus have been confirmed in Guatemala. If in the United States are 40 000 000 cases confirmed. By how many times, do coronavirus cases from the U.S surpass Guatemalas? two skaters, each of mass 80 kg, approach each other along parallel paths separated by 11.3 m. they have equal and opposite velocities of 2.0 m/s. the first skater carries one end of a long pole with negligible mass, and the second skater grabs the other end of it as she passes; see the figure. assume frictionless ice. describe quantitatively the motion of the skaters after they have become connected by the pole. what is their angular speed? What prediction does the text best support?Helmer is going to change how he treats Nora.Helmer is going to leave Nora and the children.Nora is going to leave Helmer and the children.Nora is going to tell Helmer to treat her better. which world leader had an egg thrown at him at a food fair? NEED HELP ASAP!!! Giving brainliest!!!!!!! As the Civil War began, President Lincoln accepted the belief thatindividual states should settle the question of slavery.it was time to end slavery throughout the United States.the Union could be preserved as a mix of free and slave states.preserving the Union was not worth the loss of life it would cause. A cylinder is rolling along the ground at 2m/s . It comes to a hill and starts going up.Assuming no losses to friction, how high does it get before it stops romeo (81.0 kg) entertains juliet (47.0 kg) by playing his guitar from the rear of their boat at rest in still water, 2.70 m away from juliet, who is in the front of the boat. after the serenade, juliet carefully moves to the rear of the boat (away from shore) to plant a kiss on romeo's cheek. (a) how far (in m) does the 81.0 kg boat move toward the shore it is facing? m (b) what if? if the lovers both walk toward each other and meet at the center of the boat, how far (in m) and in what direction does the boat now move? magnitude m direction ---select--- during internal and external respiration, gases move by a. diffusion b. endocytosis c. active transport d. osmosis