Write a program to input 6 numbers. After each number is input, print the biggest of the numbers entered so far.

Write A Program To Input 6 Numbers. After Each Number Is Input, Print The Biggest Of The Numbers Entered

Answers

Answer 1

Answer:

num1 = int(input("Enter a number: " ))

print("Largest: " + str(num1))

# num 2 #

num2 = int(input("Enter a number: "))

if num2 > num1:

print("Largest: " + str(num2))

else:

print("Largest: " + str(num1))

# num 3 #

num3 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3)))

# num 4 #

num4 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3, num4)))

# num 5 #

num5 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3, num4, num5)))

# num 6 #

num6 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3, num4, num5, num6)))  

Explanation:

Answer 2

In this exercise, using the knowledge of computational language in python, we have that this code will be written as:

The code is in the attached image.

We can write the python  as:

num1 = int(input("Enter a number: " ))

print("Largest: " + str(num1))

num2 = int(input("Enter a number: "))

if num2 > num1:

print("Largest: " + str(num2))

else:

print("Largest: " + str(num1))

num3 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3)))

num4 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3, num4)))

num5 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3, num4, num5)))

num6 = int(input("Enter a number: "))

print("Largest: " + str(max(num1, num2, num3, num4, num5, num6)))  

See more about python at brainly.com/question/13437928

Write A Program To Input 6 Numbers. After Each Number Is Input, Print The Biggest Of The Numbers Entered

Related Questions

State one technique for overcoming external fragmentation in dynamic partitioning. Why is this technique of overcoming external fragmentation considered inefficient

Answers

Compaction often gives solutions to the issues regarding external fragmentation.

One technique for overcoming external fragmentation in dynamic partitioning is

Compaction.

The reason why this technique of overcoming external fragmentation may be inefficient is because:

External fragmentation may need a lot of compaction and it is an expensive operation.

The use of contiguous allocation is often hard to fit processes into memory and also it is so difficult to grow or shrink the amount of memory allocated to a process.

Compaction only takes place when relocation is dynamic, and this also is expensive.

Compaction often shuffle memory notes or contents and then put or pile them up all in free memory and in one large block.

External fragmentation takes place when free memory is removed into small blocks.

Learn more from

https://brainly.com/question/23636593

where is the flash drive listed in a windows 7 save as dialog box?

Answers

Answer:

In the left pane below Computer.

Explanation:

You are able to add Sheets to your workbook by pressing the + button by the sheet tabs.

O True

O False

Answers

Answer:

True

Explanation:

PLEASE HELP! WILL MARK AS BRAINLIEST JavaScript can be implemented using the _________ HTML tags in a web page.​

Answers

Answer:

ecmascrip is how Javascript can be implemented I think I'm very sry if it's wrong

Answer:

JavaScript can be implemented using JavaScript statements that are placed within the ...  HTML tag

Explanation:

(thanks for all the points)

If you use your smartphone as a hotspot to connect to the Internet on your tablet you are using a ________.quillet

Answers

Personal Area Network

If you use your smartphone as a hotspot to connect to the Internet on your tablet you are using a Personal Area Network.

What is meant by personal area network?

An individual's workspace can be connected with electronic devices via a personal area network. Between devices like PCs, smartphones, tablets, and PDAs, a PAN enables data transmission.

A PAN is an interconnection of personal technology devices that allows them to communicate over a small distance (less than 10 meters or 33 feet), often using wireless technologies.

Short-range wireless networks with a range of a few tens of meters are known as personal area networks (PANs). PAN's primary function is to do away with cords that link devices to peripherals. PAN technologies often use radio or infrared for cordless items like keyboards and mice.

To learn more about personal area network refer to:

https://brainly.com/question/14704303

#SPJ2

your iphone is not configured to allow calls using this mac

Answers

Answer:

Make sure you have an iCloud account and that your computer is logged into that account.

Explanation:

How do Machine Learning (ML) and Artificial Intelligence (AI) technologies help businesses use their enterprise data effectively?

Answers

Machine learning and Artifical intelligence helps develop models which are capable of learning continously on its own , hence, progressively getting better based on the amount and correctness of the data. Hence, artifical intelligence and machine learning models helps enterprise to draw insightful pattern from their data, capable of driving enterprise growth.

Models created using these automation technology continously learn from enterprise data, which they convert to reasonable insight which can help enterprise deduce lapses in business and foster business growth.

Hence, machine learning and artificial intelligence helps put enterprise data into good use.

Learn more : https://brainly.com/question/15584994

Which of these statements is true about text superimposed over a photograph on a
slide?
It should never be done.
It should always be done.
It should have high color contrast.
O It should have low color contrast.

Answers

Answer:

It should have high color contrast.

PLEASE HELP! WILL MARK AS BRAINLIEST
JavaScript can be implemented using the _________ HTML tags in a web page.​

Answers

Answer:

JavaScript can be implemented using JavaScript statements that are placed within the ...  HTML tag

Explanation:

Give a brief explanation about the internet.plsssss

Answers

Answer:

The Internet is a vast network that connects computers all over the world. Through the Internet, people can share information and communicate from anywhere with an Internet connection.

Explanation:

INTERNET is a short form of Interconnected Network of all the Web Servers Worldwide. It is also called the World Wide Web or simply the Web.

what is draft pls help me​

Answers

Answer:

draft like as a rough draft it pretty much a set were you can play and the do the real thing

Drafting refers to actually writing the words of the paper. As part of the writing process, you will write multiple drafts of your paper. Each rough draft improves upon the previous one. The final draft is simply the last draft that you submit.

to center data in a cell, click the ____ button on the ribbon.

Answers

To center data in a cell, click the center  button on the ribbon.

Data in a cell can be aligned either  horizontally or vertically .

For the  horizontal alignments, we have

against the left border, against the right border, and in the centre.

For the  vertical alignments, we have

against the top border, against the bottom border, and in the middle.

To center data, the following steps should be followed.

1.Click the cell where you want to center the data.  

2. Click "Home," then the small arrow in the bottom corner of the "Alignment" area of the ribbon.

3.Click the  drop-down box next to "Horizontal" and choose "Center." Do also for the "Vertical.

I am a device which is used to scan characters printed in magnetic ink​

Answers

Answer:

scanner is right answer or

Translate "God" Into Italian

Answers

Answer:

Dio is god in Italian

Explanation:

hope it helps

Answer:

Dio = God in Italian

People who connect one network to another within the company or even across organizations are A. central connectors. B. boundary spanners. C. external specialists. D. peripheral specialists.

Answers

People who connect one network to another within the company or even across organizations are boundary spanners.  

People who serve as ambassadors to linking information and communications on informal networks within different department in an organisation and with other organisations or personnel  far and near for the good of their organisation are called Boundary Spanners.

The importance of Boundary  spanning in organisation includes

Exchange of expertise informationNurturing of connections with people from different part s of the world.Improved innovation in businesses

See more here: https://brainly.com/question/14728967

A backup utility can ensure that data is not lost if your computer or disk drive
fails. *
True or false

Answers

false




have a good day

in database systems, a table is also known as a _____.

Answers

Answer:

a relation

Explanation:

In database systems, a table is also known as a file.

What do you mean by database systems?

A database is a structured collection of data that is stored and retrieved electronically in computing. Small databases can be kept on a file system, whereas large databases are kept on computer clusters or in the cloud. Database design encompasses both formal techniques and practical factors, such as data modelling, efficient data representation and storage, query languages, sensitive data protection and privacy, and distributed computing issues such as concurrent access and fault tolerance. To gather and analyse data, a database management system (DBMS) is the software that communicates with the end users, applications, as well as the database itself.

One of the various types of the system object type *FILE is a database file. A database file provides specifications of how input data from internal storage is to be presented to a programme and how output data from a programme is to be presented to internal storage.

To learn more about database systems
https://brainly.com/question/28481695

#SPJ2

What are five don’ts of using a computer

Answers

Answer:

Do not eat or drink near technology

Do not open unexpected or unknown email attachments

Do not install unknown programs

Do not forget about updating apps

Do not force anything closed

Do not get it dirty or wet

Do not wash your computer

Do not punch your computer

What are the benefits and drawbacks of open source software versus proprietary software? How should open source applications be approached when thinking about intellectual property and copyright laws, and how does this relate to software licensing agreements and responsible use of software? Your answer should include at least some discussion of security, data, and risks.

Answers

Answer:

Unlike proprietary software, open-source software promotes creative work and gives users full access to the source code. If you want to customize a specific program, you can simply ask a developer to do it (assuming that you have a license, which is required in most cases).

________ is a computer application that enables a firm to combine computerized functions of all divisions and subsidiaries of the firm into a single, integrated software program that uses a single database.

Answers

Answer:

Yash Sharma Hemant Kumar

what is your favorite pokemon game

Answers

Answer:

all.

Explanation:

Answer:

pokemon moon

Explanation:

Types of technology include:

A Specialized machinery

B Medical equipment

C Electronics

D All of those are correct

Pick one please

Answers

All of those are correct
Hopes this helps

if you are continuously working with the same range, then you may give a name to the range using _____ option in the data menu open office.
a define data.
b define range.
c define reference.
d define addres​

Answers

Answer : B. Define Range

If you are continuously working with the same range, then you may give a name to the range using define range option in the data menu open office. The correct option is b.

What is a range?

In computer programming, range refers to the interval that includes the upper and lower bounds of an array's variable values. The interval between data points is referred to as the range in statistics.

The domain of a function is the set of values that can be plugged into it. This set contains the x values in a function like f. (x).

A function's range is the collection of values that the feature can take. This is the set of values that the function returns after we enter an x value.

If you are constantly working with the same range, you can give it a name by selecting the define range option from the data menu in Open Office.

Thus, the correct option is b.

For more details regarding range, visit:

https://brainly.com/question/28135761

#SPJ6

The illusion of motion created by the consecutive display of images of static elements

Answers

Answer:

The term illusory motion, also known as motion illusion, is an optical illusion in which a static image appears to be moving due to the cognitive effects of interacting color contrasts, object shapes, and position.

Explanation:

first what all this about is about animation the creation graphic of cartoons and some sci fi fiction

help me i'll brainiest if its right

Answers

Answer:

Your response is correct.

I hope this helped at all.

Answer:A

Explanation: by limiting the amount of thermal energy that flows  out of the drink keeps it nice and taste :D

A(n) ________ is a wonder of miniaturization combining a CPU, GPU, and sundry other support logic onto a single silicon die, saving a lot of space and power in the process.

Answers

Answer:

system on a chip (SoC)

Explanation:

What it takes to be a Graphic Designer and your interest
Do you plan to pursue or get certified?
150 words

Answers

Answer:

There are a few key steps to starting a career in graphic design: learn the principles of design, enroll in a graphic design course, practice graphic design tools, work on projects, and build your portfolio. … You will also need to master common graphic design tools, such as Photoshop, Illustrator and InDesign.

This portion of the question is up to you not me "Do you plan to pursue or get certified?"

When a method in the ________ class returns a reference to a field object, it should return a reference to a copy of the field object to prevent security holes.

Answers

stop normalising the american *smart answer*

The data cache is where the data read from the database data files are stored _____ the data have been read or _____ the data are written to the database data files.

Answers

Data is known to have cache. The data cache is where the data read from the database data files are stored after the data have been read or before the data are written to the database data files.

Cached data are simply called too be the information that is saved on one's computer or mobile devices after a person have visited or accessed a website.

A lot of Developers often make use of cached data to boast their online experience. A considerable number of consumers often want a website to load within two and three seconds.

Learn more from

https://brainly.com/question/23708299

___________________________________ allows many home users, corporations, and organizations around the world to connect far more computers to the Internet than they would otherwise be able to connect.

Answers

Answer:

network address translation

Explanation:

Other Questions
what is the slope of the line graphed on the coordinate plane Give TWO different ways to write EACH expression in WORDS.a. -8nb. a - 1c. x/2-4d. 5y + 9 The Smiths spend 6% of their budget on entertainment. Their total budget this year is $2,000 more than last year, and this year they plan to spend $2,880 on entertainment. What was their total budget last year? Read the article Walking the Quechee Gorge:Walking is the best way to see the Quechee Gorge. The gorge is known as the Grand Canyon of Vermont. When glaciers were melting during the last ice age, the moving water dug away at the bedrock of this area. The result is the magnificent Quechee Gorge with the Ottauquechee River running through it. Walking around the gorge provides visitors with exercise options and different perspectives.First of all, walking the hiking trails provides tourists with the opportunity to exercise. Hikers may choose to walk along the pathways at the top of the gorge, which is a mile long. They can enjoy the fall colors and the fresh scent of pine trees. Adventurous individuals may choose to walk to the bottom of the gorge. The gorge is 165 feet deep, but the gravel hiking trail takes visitors safely to the bottom. There, hikers can take a break and remove their shoes. They can wade in the shallow waters or sit on a rock to rest. Then they can climb back to the top of the gorge.Walking around the Quechee Gorge provides options. There are so many things to see! The lengths of the trails are listed, so hikers can decide how far they would like to walk. Visitors can walk along the top of the bridge overlooking the gorge. The bridge has a separate section for pedestrians that is separated from the roadway by a safety fence. Other hikers can walk to the dam and waterfall at the head of the gorge. If tourists get tired, they can rest at the Quechee Gorge Visitor Center or enjoy a meal in the picnic area beside the gorge. Visitors get to choose their adventure.Finally, the Quechee Gorge is a photographer's dream because there are so many different perspectives to enjoy. At the dam, photographers can capture the smooth line of water falling over the dam into the turbulent waterfalls below. The bridge offers a magnificent view of the length of the gorge. Some photographers may wish to capture the steel curves of the bridge itself. Hikers can take pictures from different spots along the trail, including a picture of the same bridge from the bottom of the gorge. The bumpy rocks at the bottom of the gorge contrast with the smooth, rushing water of the river. With such a wealth of perspectives, even beginning photographers will produce phenomenal pictures.Indeed, the perspectives, options, and physical exercise available at Quechee Gorge make this natural wonder a mandatory stop for walkers of all ages.Read the article An Aerial View:The best way to see the Quechee Gorge is by taking a hot air balloon ride. The gorge is 165 feet deep, with the Ottauquechee River at the bottom. It was formed when glaciers melted during the last ice age and are known as Vermont's Grand Canyon. Taking a hot air balloon ride through the gorge is a unique group experience with unparalleled viewsand that is only part of the tour!Taking a ride in a hot air balloon is already a unique experience. Visitors watch as the pilot tests the air currents with a helium balloon and makes a flight plan. The balloon is laid out on the grass and filled with cool air. Then, the pilot turns on the burners, which heat the balloon's air and cause the balloon to rise. Each balloon carries up to four passengers in addition to the pilot. As a result, tourists can enjoy the experience as a private group. Once the hot air balloon is in the air, the skilled pilot puts it into the paths of different air currents. Since air currents change daily, every ride is unique.The aerial views from the hot air balloon are unparalleled. The hot air balloon floats above the dam and waterfall. Passengers can see people lining the steel bridge over the gorge. Then the hot air balloon floats just above the river. This relaxing trip allows visitors to enjoy the rushing water and watch for wildlife in the forest. The pilot also takes the hot air balloon high into the sky. Tourists can see the nearby mountains. Since they are traveling in a hot air balloon, visitors are treated to a 360-degree view of their surroundings.The Quechee Gorge is only part of the hot air balloon tour. Passengers also enjoy seeing covered bridges and farms. They can touch the leaves on the trees. The hot air balloon may even make a quick dip into the water! Visitors admire the beautiful villages of Vermont and take pictures of the picturesque countryside.At the end of the tour, passengers will without a doubt say that a hot air balloon ride is the best way to see the Quechee Gorge.What information does the reader learn from An Aerial View that is also included in Walking the Quechee Gorge? Each balloon carries up to four passengers in addition to the pilot. The gravel hiking trail takes visitors safely to the bottom of the gorge. There is the Quechee Gorge Visitors Center that lets visitors rest. Tourists stand on the top of the bridge over the Quechee Gorge.WILL MARK BRAINLIEST What is the main advantage of renting an Airport taxi in London? Help help math math math please help help help Why is lead(II) nitrate: Pb(NO3)2 and not Pb3NO2?Just a bit confused because it looks a bit funny compared to how I learned how to write compounds. Can some one help in thsi with the steps required please help i will make you brainliest three step equations find slope and y interceptx + y = -2 5.The pronoun whom is which type of pronoun? Does anybody have the answer to this???? Thank You Read the excerpt from an interview with Peter Drucker. Giving money is basically passive. In the parable of the good Samaritan, the important thing is that the Samaritan went back the next day, to make sure that the victim was treated well. He wasnt just giving money; he was giving care. Lots of people give money; he gave care, he did something. Social entrepreneurs are not satisfied with just giving money. "A Passion for Performance, Philanthropy Magazine According to the excerpt, which is an example of how a social entrepreneur could gain satisfaction? by spending free time delivering meals to people who are confined to their homes by becoming a paying member of the citys symphony orchestra by donating money when asked by the cashier at a checkout counter by contributing part of a paycheck to an employers campaign for medical research What is a benefit of a smoke-free environment? PLZ HELP!!!!Use the diagram to answer the question: What season would the Northern Hemisphere experience at point B? Can one pursue love and power at the same time? Explain in 5-6 sentences. Plz helpp23% of the mix was cadmium. The total weight is 3000 grams. What is the weight of the other constituents? If m1 is 24 kilograms, m2 is 12 kilograms, and mbar is 10 kilograms, what is the direction of rotation and the sign of the angular acceleration Isabelle ran a distance of about 26 miles during a marathon. In other countries, kilometers is used to measure length. There are approximately 8 kilometers in 5 miles. Which measurement is closest to the number of kilometers Isabell ran? AnswerA16.3 kilometers.B41.6 kilometers.C7.2 kilometers.D53.5 kilometers. Mrs. Letting brought 40 cookies to school. Mrs. Letting's class ate 1/2 of the cookies and Mrs. Kim's class ate 1/4 of the cookies. How many cookies are left?