please help me please help me.​

Please Help Me Please Help Me.

Answers

Answer 1

Answer:

dont know man thanks for points tho

but it is 209

Explanation:


Related Questions

Write a program that asks the user how many names they have. (If they have a first name, two middle names, and a last name, for example, they would type 4.) Then, using a for loop, ask the user for each of their names. Finally, print their full name.

Answers

Answer:

The solution is implemented in python:

numnames = int(input("Number of Names: "))

nametitle = ["Surname: ","Firstname: ","Middlename: ","Middlename 2: "]

names = []

for i in range(numnames):

   name = input(nametitle[i])

   names.append(name)

   

print("Your fullname is: ",end=" ")

for i in names:

   print(i,end=" ")

Explanation:

This prompts user for number of names

numnames = int(input("Number of Names: "))

This lists the name titles in a list

nametitle = ["Surname: ","Firstname: ","Middlename: ","Middlename 2: "]

This initializes an empty list

names = []

The following for loop get names from the user

for i in range(numnames):

   name = input(nametitle[i])

   names.append(name)

   

The following instructions print the user fullnames

print("Your fullname is: ",end=" ")

for i in names:

   print(i,end=" ")

An example program in Python that asks the user for the number of names they have and then prompts them to enter each name.

It will then print their full name based on the names provided:

python

Copy code

num_names = int(input("How many names do you have? "))

names = []

for i in range(num_names):

   name = input("Enter name {}: ".format(i + 1))

   names.append(name)

full_name = " ".join(names)

print("Your full name is:", full_name)

In this program, we first ask the user to enter the number of names they have. The input is converted to an integer using int() since input() returns a string.

Then, we initialize an empty list names to store the names provided by the user.

Next, we use a for loop that iterates num_names times to ask the user for each name. The loop variable i starts from 0, so we add 1 to it when displaying the prompt using i + 1.

Inside the loop, we prompt the user to enter the name and append it to the names list. After the loop completes, we join all the names in the names list using the join() method with a space as the separator. This creates a single string representing the full name.

Learn more about python on:

https://brainly.com/question/30391554

#SPJ6

what security issues could result if a computer virus or malware modifies your host file in order to map a hostname to another IP address

Answers

Answer:

Man-in-the-middle attack

Explanation:

In this type of attack, the hacker uses the virus or malware to get and change his IP address and hostname to match the address and hostname of the target host computer. The allows the hacker to gain access to information sent to the target IP address first.

A Task can be created in Outlook 2016 by clicking on the Tasks navigation item, or by
O clicking on the View tab.
O saving a contact.
O creating an appointment.
O flagging an email.

Answers

A Task can be created in Outlook 2016 by clicking on the Tasks navigation item, or by clicking on the View tab. Thus, option A is correct.

What is a Variable Expense?‌

Business expenses can be classified as either fixed (invariable) or variable. A fixed expense does not change based on a business’s other activities. Costs like rent and administrative salaries are fixed costs, which remain the same no matter how much a business is producing. Imagine a factory that produces pencils — the cost of renting the factory building will remain the same, month after month, no matter how many pencils the company actually produces.

Variable expense ratio expresses variable expenses as a proportion of a company's sales. To calculate the variable expense ratio, simply divide the company's total variable expenses by the company's total net sales. To express the result as a percentage, simply multiply it by 100.

Therefore, A Task can be created in Outlook 2016 by clicking on the Tasks navigation item, or by clicking on the View tab. Thus, option A is correct.

Learn more about variable expense on:

https://brainly.com/question/13097236

#SPJ5

Write a list comprehension statement to generate a list of all pairs of odd posi

Answers

Answer:

Print([(a,b) for a in range(10) for b in range(10) if (a < b and a%2 == 1 and b%2 == 1)])

Explanation:

Here, we declared a range of value for a and b using a for loop and the range function. The values are the first 10 numeric digits. The we used the if statement to establish our constraints;

In other to ensure that ;

Lower digit is written first ; (a < b) ;

Only odd numbers are considered,

a%2 == 1 ; b%2 == 1 (remainder when a and b are divided by 2 is 1.

Both a and b are declared as a tuple in other to obtain a pair of odd values.

draw internal architecture of computer​

Answers

Answer:

If this is good, let me know in the comments and I'll draw it

Explanation:

Problem decomposition means
O Fixing the problem
O Solving the problem
O Breaking down tasks into smaller, manageable parts
0 None of the above
PLEASE HELPPPPPP

Answers

Answer: Breaking down tasks into smaller, manageable parts

Explanation:

The word decomposition means to break down so Problem decomposition means to break down the problem being faces into smaller parts with the reason being to be able to manage it better.

Some problems are simply too large to handle singularly because of the amount of resources that would have to be devoted. It would be better to break them down into smaller tasks that can then be be confronted one at a time with enough resources to solve them each.

The _____ Tag surrounds all content that will be visible on your web page for all to users to see on that website.

Answers

Answer:

The body tag

Explanation:

HTML has several tags; however, the tag that handles the description in the question is the body tag.

It starts with the opening tag <body> and ends with closing tag </body>

i.e.

<body>

[Website content goes in here]

</body>

Any text, image, object etc. placed within this tag will be displayed in the website

What is the volume of a rectangular prism with a length of 812 centimeters, width of 913 centimeters, and a height of 1225 centimeters?

Answers

Answer:

guys all you have to do is divide and multiply 812x913=741356

and this answer they give you going divide 741356. 1225

so easy guys let me in the comment

Explanation:

The illegal copying of program​

Answers

Answer:Software piracy

Explanation:

Other Questions
Select the correct answer.The function fx) = 2x + 3x + 5, when evaluated, gives a value of 19. What is the function's input value?OA 1OB-1 2OD. -2OE-3 According to Cline, does Mme Poncelet brush her teeth very often?O OuiO Non I am once again asking for your help with solving this problem. Give one difference between unisexual and bisexual flower. I need help with this... plz What do the words mouse and menu have in common? Which Figure has a line sysmmetry F,H,J,L,R What is the value of the expression 30 X 5 + 6 X 4will give brainliest Pls help me ASAP!! Thank you select the table that represents a linear functionA. B. C. D.which one PLEASE HELP can someone PLEASE help on any of these im so confused 1 The blankis the sun andall of the planets and other bodies that travelaround it. The Beatles When people hear the name "The Beatles" most people think of co-lead singer, John Lennon. However, the role of Paul McCartney is often overlooked. John Lennon and Paul McCartney were in other bands together before the forming of the Beatles. In 1962, along with Ringo Starr and George Harrison, they formed the rock group known as "The Beatles." The group featured a modern rock that was new and popular during the period with John and Paul composing and doing the leads on most of the songs. They were backed by George on lead guitar and Ringo on drums. George and Ringo also assisted on backing vocals. When they first began playing, the main influence inside the band was John Lennon, who had an ability to compose songs at a moment's notice with an inspiration that others missed. He pushed the members of the band during their touring years and was able to achieve the best possible results from the group. However, McCartney was also a strong force in the group since Lennon many times asked for McCartney's advice about ideas for songs. McCartney wrote many of the group's biggest hit songs, and often, he didn't even ask for song writing credit. After the breakup, McCartney launched a successful solo career. He has released many recordings both in the United States and abroad. One accomplishment was his first classical piece, Liverpool Oratorio, which is no small feat considering that McCartney never learned to read music.Which text would most likely follow the same text structure as the passage? A. a report listing the best instruments for new musicians B. an article explaining the effects of music on babies C. an encyclopedia entry detailing the history of music D. a piece explaining how pianos and harpsichords are alike 3. Lines 34-35: In which line does King refer to where he is giving the speech? What doeshe mean by this reference? Don't Mind the last Question I posted 14-year-old being weird!!! what are prebendal tendencies In 2 hours, Joaquin can bake 4 dozen cookies. What is his unit rate in dozen cookies per hour? Melanie works at a frozen yogurt stand after school. The stand sells fruit and yogurt smoothies for $3.00 each and soft-serve cones for $2.00 each. On a hot summer day, the stand sold 12 more smoothies than soft-serve cones for total sales of $206. Which of the following systems of equations could be used to find ss, the number of smoothies, and cc, the number of cones the shop sold that day? A line passes through (2, 5) and has slope 1/3 . What is an equation of the line in point-slope form? a ball is thrown vertically upwards from the ground. The ball rises and falls back to the ground. Describe the changes in the mechanical energy of the ball as it rises.