The following code is intended to find the average of three numbers entered from the keyboard. What is wrong with the code? print ("Enter 3 numbers: ") n1 = float(input ("Enter a number: ")) n2 = float(input ("Enter a number: ")) n3 = float(input ("Enter a number: ")) print (n1 + n2 + n3 /3)

Answers

Answer 1

Answer:

It is missing ( ) in the last line

Explanation:


Related Questions

When you test to configuration, you find that you can communicate with other computers on the same network, but you can't communicate with computers on other networks or the Internet. What is the most likely problem

Answers

The most likely problem is that the default gateway is not configured correctly.

The default gateway is the device that connects your local network to other networks, such as the Internet.

If the default gateway is not set or is set to an incorrect IP address, your computer won't know where to send traffic destined for other networks.

To fix this issue, you need to ensure that the default gateway is properly configured.

This can be done by accessing the network settings of your computer and checking the default gateway IP address.

It should be the IP address of your router or the device that connects your network to the Internet.

If the default gateway is already correctly configured, there might be other issues such as a firewall blocking the communication or incorrect routing settings.

In such cases, it is advisable to seek assistance from a network administrator or IT support.

To know more about IP address, visit:

https://brainly.com/question/33723718

#SPJ11

1. List three tabs that make up the Ribbon

2. What is the second group in the Insert tab

3. What are three of the commands in the Page Setup group on the Layout tab?

4. What does the Web Layout command do? (It is located in the Views group on the View Tab)

5. What group on the References tab has a dialogue box launcher?

Answers

Answer:

To create actions panes

On the Project menu, choose Add New Item.

In the Add New Item dialog box, select ActionsPaneControl, and then choose Add.

The ActionsPaneControl1.cs or ActionsPaneControl1.vb file opens in the designer.

From the Common Controls tab of the Toolbox, add a label to the designer surface.

In the Properties window, set the Text property of label1 to Actions Pane 1.

Repeat steps 1 through 5 to create a second actions pane and label. Set the Text property of the second label to Actions Pane 2.

Explanation:

hope it helps

x = 9 % 2if (x == 1):  print ("ONE")else:  print ("TWO")

Answers

Answer:

ONE

Explanation:

It prints one because % is modulus, which is remainder division. It divides the numbers provided and returns the remainder of the division. 9 / 2 = 4 with 1 remainder, which leads us to our answer.

You are in charge of setting up a network for a small office and ensuring its security. Describe how you will set up a small network.

Answers

hi there!

Answer:

setting up a small office network can be done with a LAN connection using a router, switch and some cables then we can connect all devices to the router through the switch using cables and it's done.

hope this helps.

a successful social media strategy is made up of three types of content - paid, owned and earned media. which of the following are examples of owned media? (choose two answers

Answers

According to the problem,The following are examples are owned media Blogs.

What is Blogs?

A blog is an online platform that allows users to post content, typically in the form of written text, images, video, or audio. It is a way for people to express their thoughts, opinions, and experiences in a public space. Blogging is an incredibly popular activity, and there are many different types of blogs out there. For example, some blogs focus on current events and news, while others focus on personal experiences or hobbies. Many blogs also provide a space for people to interact and comment on each other’s posts. Blogging has become a powerful way for people to connect with others and share their stories.

Social media profiles

Blogs

Email newsletters

Videos

Podcasts

To learn more about Blogs

https://brainly.com/question/29338740

#SPJ1

The business blog and website are the two instances of owned media from the list.

Which form of earned media is not one?

Technically, SEO is not earned advertising. You can improve the performance of your media by using SEO. However, through your optimisation efforts, you can "earn" native traffic. As a result, even though the material is owned media, organic traffic is a type of earned media. Online word-of-mouth, or earned media, typically takes the shape of 'viral' tendencies, mentions, shares, reposts, reviews, recommendations, or content that is picked up by third-partywebsites.

Because earned media is more trustworthy than any content your business has independently produced, it is essential to any digital marketing strategy. People are more likely to believe genuine, unbiased feedback from individuals who have used your product or engaged with your company in the past.

To know more about Blogs, visit:

brainly.com/question/29338740

#SPJ1

Rest of the given question is,

A new product giveaway hosted on social

A paid influencer post recommending your brand

A five star review of your brand

A campaign video shot and produced by your team

In 1839, Talbot released the paper-based process which he called _ to the public.

daguerreotyping
developing
line typing
photogenic drawing

Answers

Answer:

I'm pretty sure it's photogenic drawing.

Are bops safe for organisations ? State your views on it

Answers

Answer:

Explanation:

Crew members need to remember that blowout prevention equipment is heavy any very unforgiving. Working around BOPs (nippling up or down, ram replacement, etc.) puts workers in a high hazard area. All personnel involved in the operation must be fully alert and knowledgeable in their tasks. All crew members should participate in the Pre-Job Safety meeting. Communications are critical in this operation and all personnel should be aware of the signals to be used.

How do you set form control properties?
A. Right-click the form in the Navigation pane, and then select Edit Controls.
B. Open in Design or Layout view, click the Design tab and then select Tools group.
C. Open in Form view, click the Design tab and then select Tools group.
D. Open in Design or Layout view, click the Arrange tab, and then select Tools group.

Answers

Answer:

Answer : B. open design tab

since we know that asrting is not null in this case then the error must be the index value we are using as the method argument. 13) think of the nature of the bug and how to fix it. 14) now fix this bug and run the program again. what output did you get after you fixed the bug?

Answers

The bug in this case is related to the index value being used as the method argument. As we know that the 'asrting' is not null, the issue must be with the index value. To fix this, we need to ensure that the correct index value is used as the method argument.

Once the bug is fixed, we can run the program again to see the output. The exact output will depend on the specific code being used and what the program is intended to do, but we should expect to see the content loaded correctly without any errors. It's important to thoroughly test the program after fixing the bug to ensure that it is functioning as intended.

To know more about bug visit:

brainly.com/question/166075

#SPJ11

PLS HURRY!
Which steps are used to view and delete the macros that have been enabled in a workbook?


Press Alt+F8, select the macro to be deleted, and press Delete.

Under the Developer tab, click the Macros button in the Code group, select the macro to delete, and press Delete.

Press Alt+F11, click Tools, and select Macros; then, select the macro to delete and press Delete.

All of the options listed are correct.

Answers

Answer:

D. All of the options listed are correct.

Explanation:

A macro, in excel sheet, is an action or series of action that repeats the keystrokes or mouse actions as many times as one wants. To view macro, shortcut key is to Pres Alt+F8; to delete, one needs to select the macro one wants to delete and press Delete button.

The another way to view macro is to go to the Developer tab, and select the Macro option in Code group. And, then select macro need to delete, and press Delete button.

Another shortcut is to press Alt+F11, and click  on Tools tab, click on Macros and then select macro need to be deleted, and press Delete.

So, all the options stated above are correct.

Therefore, option D is correct answer.

Which of the following statements regarding CPM networks is true? A. There can be multiple critical paths on the same project, all with different durations. O B. If a specific project has multiple critical paths, all of them will have the same duration. O c. The early finish of an activity is the latest early start of all preceding activities D. The late start of an activity is its late finish plus its duration. E. one of the above are true. 

Answers

The statement regarding CPM networks is true is if a specific project has multiple critical paths, all of them will have the same duration. The correct option is B.

What is the CPM network?

A method of network analysis is called the Critical Path Method (CPM). By determining which activity sequences have the lowest level of scheduling resilience, it may anticipate how long the project will take.

It is based on an evaluation of the typical amount of time required to complete a task.

Therefore, the correct option is B. If a specific project has multiple critical paths, all of them will have the same duration.

To learn more about the CPM network, refer to the link:

https://brainly.com/question/30125657

#SPJ1

Colors in graphics are represented by a ____________ data type.

Answers

Answer: Colors in graphics are represented by a ( string) data type.

Colors in graphics are represented by a string data type. Thus, option C is correct.

What is graphics?

The major benefit of someone using graphics for this intent is the utmost and highly desired high accuracy and simplicity we have from such drawings for the secured fabrication. Computer graphics is quite often used only for developing, altering, and creating various parts of machines as well as the entire contraption itself.

Alphanumeric data is represented as a string. This implies that a string may contain a variety of letters, all of which are treated as text, even if they really are integers.

The most popular data type for storing information is a sequence of characters. A string could also contain numbers and symbols, although they are always regarded as text.

Therefore, option C is the correct option.

Learn more about graphics, here:

https://brainly.com/question/11764057

#SPJ2

The question is incomplete, the complete question will be:

a data type. O Integer O String O Randonm O Float.

If you and a partner are trying to find an issue with a code, what are the steps you would take to find the issue and correct the problem?

Answers

Answer:

first take a look which page have a problem. then find the problem in the page source code..usually just forgot to put ;

How do ACLs work on a router?

Answers

Answer:

An ACL is a list of permit or deny rules detailing what can or can't enter or leave the interface of a router. Every packet that attempts to enter or leave a router must be tested against each rule in the ACL until a match is found. If no match is found, then it will be denied.

Explanation:

PLEASE MARK ME AS BRAINLIEST

BRAINLY!! What’s the significance of the world wide web and how has it affected us. Please try to answer this in 3+ sentences :3

Answers

Answer: Read Below (fixing spelling errors)

Explanation: The world wide web is helpful/significant to use since it not only helps us communicate but helps us explore new things such as hobbies. Having access to the internet and the web can affect us in a good way, we can do research and allow others to see and share our work. It can almost create a bonding experiement. It has truly helped us!

I hope this helps I will fix spelling mistakes and others! <3

Replacing several underutilized smaller servers with one large server using a virtualization technique is one of the ways that green computing can be achieved. True or False

Answers

Replacing several underutilized smaller servers with one large server

using a virtualization technique is True about green computing.

What is Green computing?

Green computing is defined as the use of computers and their resources

in an eco-friendly and environmentally responsible manner. This includes

the following:

Electronic and Paper Recycling activities.Use of Virtual Technologies

This is why the statement above is True about Green computing.

Read more about Green computing here https://brainly.com/question/1729709

What are the 3 common uses of the Internet?

Answers

Answer:

1. reaserch

2. downloading files

3. decision groups

1.
The correct way to use a seat belt is

Answers

Answer:

4 steps

Explanation:

Step 1: Pull belt across body

Sit in any of your vehicle's seats and secure the three-point harness in its buckle by pulling it across your body.

If the seatbelt is too short, consider an aftermarket restraint and extender. Make sure they meet federal safety standards and are installed professionally.

Step 2: Adjust lower belt

Adjust the lower belt snuggly across your lap and pelvis area – never your stomach.

Pregnant women should wear the lap belt below their belly, not on or above it.

Step 3: Adjust shoulder belt

Adjust the shoulder belt to fit comfortably across the collarbone and chest. It should never rub on your neck or face. Never put the shoulder belt behind your back or under your arm.

Step 4: Check before driving

Check that the belt is secure before driving.

Answer: across your hips, and across your body over your collar bone

Explanation:

that’s how a seat belt should be worn

What is the purpose of a format painter in Word?

Answers

Answer:

The format painter lets you copy all of the formatting from one object and apply it to another one – think of it as copying and pasting for formatting. Select the text or graphic that has the formatting that you want to copy. Note: If you want to copy text formatting, select a portion of a paragraph

Explanation: pls mark my answer as brainlist

Answer:The format painter lets you copy all of the formatting from one object and apply it to another one – think of it as copying and pasting for formatting. Select the text or graphic that has the formatting that you want to copy. Note: If you want to copy text formatting, select a portion of a paragraph

\( \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \)

HOPE✓IT✓HELPS✓YOU

✍______

\(\mathbb\red{xXIIGANGSTERIIXx}\)

What is a transition?

Answers

It’s a sentence you put at the end of each of your paragraphs in an essay to show that you are moving on to your next topic

Will give Brainliest.

Use the drop-down menus to complete the statements about message flagging.
The (Flag message, Add flag, Follow up) command is used for message flagging.
When you “flag” a message, it will display as a task with a flag icon in the (Reading pane, To-Do bar, Events list).
Flagged messages can be customized by renaming the task, adding a due date, and setting (Colors, Reminders, Sort order).
Clicking (Mark complete, Unflag message, Remove flag) will remove the flagged message/task from the To-Do list.

Answers

Answer:

Use the drop-down menus to complete the statements about message flagging.  

The  

Follow up command is used for message flagging.  

When you “flag” a message, it will display as a task with a flag icon in the  

To-Do bar

.

Flagged messages can be customized by renaming the task, adding a due date, and setting  

reminders

.

Clicking  

Mark Complete

will remove the flagged message/task from the To-Do list.

Explanation:

Answer:

1. Follow up

2. To-Do bar

3. reminders

4. mark complete

Explanation:

The follow up command is used for message flagging.

When you "flag" a message, it will display as a task with a flag icon in the To-Do bar.

Flagged messages can be customized by renaming the task, adding a due date, and setting reminders.

Clicking mark complete will remove the flagged message/task from the To-Do list.

What virtual, logically defined device operates primarily at the data link layer to pass frames between nodes?.

Answers

This vSwitch (virtual switch) or bridge is a logically defined device that operates at the Data Link layer to pass frames between nodes.

WHAT ARE NODES?

To put it simply, a node is any device that connects other devices connected to one another over a network and permits data to be sent and received from one endpoint to the other. Network nodes include hardware like printers, switches, and routers.An electronic gadget called a node. The physical components are what have the ability to send, receive, or forward data.Besides being an electronic device, a computer can send, receive, or forward data. As a result, we can argue that a computer is a node in a computer network for this reason. An electronic gadget called a node. The physical components are what have the ability to send, receive, or forward data.

Hence,A logically defined device called a vSwitch (virtual switch) or bridge operates at the Data Link layer to pass frames between nodes.

learn more about nodes click here:

https://brainly.com/question/13992507

#SPJ4

discuss the various computer generation along with the key characteristics of computer of each generation​

Answers

Explanation:

Here are some pic . hope it may help you.

discuss the various computer generation along with the key characteristics of computer of each generation
discuss the various computer generation along with the key characteristics of computer of each generation
discuss the various computer generation along with the key characteristics of computer of each generation
discuss the various computer generation along with the key characteristics of computer of each generation
discuss the various computer generation along with the key characteristics of computer of each generation

when a picture is downloaded off the internet and then posted to social media, can the social media platform tell it was downloaded off the internet

Answers

short answer yes. kinda long answer people can scan the photo and easily see or they can just look up the same image

2. Say whether these sentences are True or False. a. Input is the set of instructions given to a computer to change data into information. the form of words numbers, pictures, sounds .it is true or false​

Answers

Answer:

I think it is false bcz the set of instruction given to computer is program.

Look in the nec® index and find uses permitted for ac cable. the code reference for this is ___.

Answers

If one Look in the nec® index and find uses permitted for ac cable. the code reference for this is installed in wet locations.

Where is the index located in the NEC?

The index is known to be one that is seen or located in the back of the NEC and this is known to be one that is said to be organized in alphabetical order ranging from keywords seen within the electrical code.

Note that The index is seen to be the best reference for knowing multiple occurrences of a particular words and phases inside  a lot of  articles and sections of code.

Hence, If one Look in the nec® index and find uses permitted for ac cable. the code reference for this is installed in wet locations.

Learn more about code reference from

https://brainly.com/question/25817628

#SPJ1

What is Current interrupt register

Answers

Answer: An interrupt control register, or ICR, is a hardware register in a computer chip used to configure the chip to generate interrupts—to raise a signal on an interrupt line—in response to some event occurring within the chip or a circuit connected to the chip.

Explanation:

the ____ is a post-hoc test for use with one-way, repeated-measures anova.

Answers

The Bonferroni correction is a post-hoc test for use with one-way, repeated-measures ANOVA.

The Bonferroni correction is an adjustment made to P values when several dependent or independent statistical tests are being performed simultaneously on a single data set. To perform a Bonferroni correction, divide the critical P value (α) by the number of comparisons being made. For example, if 10 hypotheses are being tested, the new critical P value would be α/10. The statistical power of the study is then calculated based on this modified P value.

The Bonferroni correction is used to reduce the chances of obtaining false-positive results (type I errors) when multiple pair wise tests are performed on a single set of data. Put simply, the probability of identifying at least one significant result due to chance increases as more hypotheses are tested.

learn more about Bonferroni correction here:

https://brainly.com/question/31517381

#SPJ11

Write a program to accept radius and find area of circle

Answers

Answer:

Change it however you'd like

Explanation:

from math import pi

def findArea(rad):

   return (rad**2) * pi

#test

print(f"Area of the circle: {findArea(5)}")

Answer:

the answer above me is correct

Explanation:

Unit 3 Critical thinking questions (Game Design)

3. We usually think of conflict as bad or something to be avoided. How can conflict be used to a game’s advantage in game design? Include an example.

Answers

Although conflict is frequently thought of negatively, it may also be employed to develop captivating and immersive gameplay experiences. Conflict can be utilised in game design to create tension and test players.

Conflict in video games: What is it?

These are the numerous conflict kinds, along with some instances from video games. Each poses a challenge for the player to resolve. Two or more people who support opposing viewpoints. If the environment makes it impossible for a person to be in the location or state they desire.

What kind of conflict does a video game often feature?

Yet, disagreements can also be caused by fear, particularly the fear of losing something—either what you already have or an opportunity.

To know more about game design visit:-

https://brainly.com/question/28753527

#SPJ1

Other Questions
A sample of 100 students was randomly selected from a middle school in a large city. These participants were asked to select their favorite type of pizza: pepperoni, cheese, veggie, or Hawaiian. Pizza preference and genderWhat proportion of participants prefer cheese pizza? Enter your answer as a decimal value,What proportion of students who prefer pepperoni pizza are male? Enter your answer as a decimal value PLEASE HELP DUE IN 10 MINUTES NOBODY WILL HELP IM DESPERATE SO I WILL GIVE BRAINLIEST 5 STARS AND A THANKS JUST QUESTION 2 PLEASE :C IM REALLY SORRY THERE ARE NOT A LOT OF POINTS select the answer choice that best implements the following expression. do not permit dword1, ecx, or edx to be modified: Patricia decides to buy a pair of boots for $90.00. She was willing to pay $120.00. When her friend Cecilia sees the boots, she loves them and thinks they are worth $170.00. So she offers Patricia $145.00 for the boots, and Patricia accepts. Patricia and Cecilia are both thrilled with the exchange.The total surplus received by both Patricia and Cecilia is $Suppose that Patricia purchased the boots from Maries Boutique. Marie and other boutique owners in town are upset that customers like Patricia buy boots at their stores, and then resell them for a higher price. Marie and the other owners convince the city government to pass a law preventing such resale. Assuming the law is successful, how much surplus is lost if Patricia cannot sell the boots to Cecilia? can you please solve this Sources of financing for corporations include ______. (Check all that apply.) Multiple select question. issuing stock borrowing collecting accounts receivable fixed asset retirements ses efforts, elle eu une excellente note.A) CarB) Grce C) A cause de sucrase is an enzyme that breaks down sucrose (a disaccharide) into two monosaccharides. what is the substrate of sucrase Sudhir borrows Rs 4368 which he promises to pay in 6th annual installment, each installment being treble of the preceding one. find the first and the last installment. suppose a popular fm radio station broadcasts radio waves with a frequency of 104 mhz . calculate the wavelength of these radio waves. when selecting a partner for a class project that is to determine 50 percent of your grade, you would be best served picking a person high in multiple choice neuroticism. conscientiousness. openness to experience. extraversion. In situations where the required rate of return is not constant for each year of the project, it is advantageous to usea. the adjusted rate of return method b. the internal rate of return method c. the net present value method d. sensitivity analysis monochromatic light is beamed into a michelson interferometer. the movable mirror is displaced 0.325 mm, causing the central spot in the interferometer pattern to change from bright to dark and back to bright 1775 times. determine the wavelength of the light. Decomposition of bark of bracket fungi aChemical Change bPhysical Change Two thirds of twenty-two what do you think milton friedman would say about esquels non-business activities? what would john mackey say? A UV-Vis Spectrophotometer would have which of the below light sources or combination of light sources?A. Tungsten FilamentB. GlobarC. Deuterium LampD. Tungsten Filament and GlobarE. Deuterium Lamp and Tungsten FilamentF. Deuterium Lamp and Hg Arc Lamp programs that are widely disseminated and adopted are considered effective group of answer choices true false children who watch a good deal of televised violence tend to be more physically aggressive than those who watch little of this type of television programming. establishing an association between these two variables is an example of what type of study? Peter is planning his finances for the next couple of years. He wants to save money to eventually buy a house because he will be getting marriedsoon. He has created a savings plan revolving around his necessary expenses, and he has set a target of three years to save up a down paymentfor a house. At which phase of the financial life cycle is Peter in?Peter is in the____phase of the financial life cycle.