1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
kari74 [83]
3 years ago
12

Create a function called biggestNum that returns the largest number in an array of integers. The function is passed only one par

ameter, an array. In main, ask the user the input eight integers. Each integer should be added to an array called nums. Then, call the function and output the largest number in the array.

Computers and Technology
1 answer:
goldenfox [79]3 years ago
5 0

This is for Python

def biggestNum():

   array = []

   for i in range(8):

       number = int(input('Enter number: '))

       array.append(number)

   

   return max(array)

print(biggestNum())

You might be interested in
What standard linux utility is used to install and configure software on centos operating systems?
vazorg [7]
For software management, yum is easier than rpm. For configuration CentOS 7 has a number of programs to use: nmcli, firewall-cmd and hostnamectl. Other than that, vi is the editor that's most common on *nix systems for editing configuration files.
8 0
3 years ago
Properly defined the primary part of a CPU​
zloy xaker [14]

Answer:

The CPU dye or the tiny resistors

Explanation:

fdsafdjslakjfdkslajfdklsajfkldsajfkldsajfkldsajfklsdajfkldsajfkldsaklfdsjal

8 0
3 years ago
a web server will utilize a directory protocol to enable users to authenticate with domain credentials. a certificate will be is
Allushta [10]

The protocol is ideal for this situation is LDAP. An open, cross-platform standard called LDAP (Lightweight Directory Access Protocol) is used for directory services authentication.

An open, cross-platform standard called LDAP (Lightweight Directory Access Protocol) is used for directory services authentication. Applications can communicate with other directory services servers using LDAP, which offers a communication language.

An open, vendor-neutral application protocol for providing distributed directory information services over an IP network is called the Lightweight Directory Access Protocol (LDAP, pronounced "ldaep"). By enabling the sharing of data about users, systems, networks, services, and applications throughout the network, directory services play a crucial role in the development of intranet and Internet applications.

Using a corporate email directory as an example, directory services can offer any ordered collection of records with a hierarchical structure. A phone book is a list of subscribers with names, addresses, and phone numbers.

To know more about LDAP click here:

brainly.com/question/28364755

#SPJ4

7 0
1 year ago
Correct all the mistakes in the following sentence:
Inessa05 [86]

Answer:

When you proofread, look for punctuation, spelling, and capitalization mistakes.

Explanation:

8 0
3 years ago
Read 2 more answers
You have received an update package for a critical application you are running on a virtual machine. You have been told to insta
erastovalidia [21]

The first thing to do install the package without having downtime is; Virtualization.

<h3>What is virtualization? </h3>

Virtualization is defined as the ability to install and run multiple operating systems simultaneously on a single physical computer virtually.

Now, virtualization has many advantages for server administrators. This is because as an administrator, your job is made easier due to the several tasks you can perform on a virtual machine instead of on a physical machine.

Since there should be no down time, then it is advisable to first carry out virtualization.

Read more about virtualization at; brainly.com/question/26462832

6 0
2 years ago
Other questions:
  • explain the key reasons why entity relationship modeling is important, and determine at least (1) way in which it impacts the ov
    5·1 answer
  • James has been asked to build a low-profile computer for his friend to use as a home theater system. James needs to choose parts
    15·1 answer
  • HURRY UP !!!!!!’<br> Each packet is addressed to the recipient's .
    8·1 answer
  • If you want to open an application that does not have a tile pinned to the Start menu, _____ to find it in the list of installed
    7·1 answer
  • In a ______topology, every device has exactly two neighbors for communication purposes. A failure in any cable or device can tak
    15·2 answers
  • What will be the index of leaf node in a right-skewd binary tree with height =7,where every parent has at most one child?​
    15·1 answer
  • 2. Used to drive in or remove screws that fasten electrical wires or other electrical accessories. A. Pliers C. Screwdrivers B.
    15·1 answer
  • What does command do
    5·1 answer
  • Wha are the types of slide show? define​
    10·1 answer
  • How to make a Java GUI application? Discuss each step needed.
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!