Answer:
Below is a quick example of how to do it. Note though that the instruction to output "annual rainfall to one decimal place" sounds erroneous to me, as I would expect the numbers to be entered as integers (but perhaps I'm wrong).
In my opinion it would be far more sensible to round the average to a single decimal place instead.
start a running tally at zero
set "aboveTally" to zero (this will be used to count which months are above the average)
for each month{
prompt for rainfall that month, storing it in an array
Also add that value to the running tally
}
average = tally / 12
// Output list of month's rainfalls, and get a tally of those above average
for each month{
print month + ": " + amount input for this month
if total for month > average: aboveTally++
}
//output total anual to one decimal place:
print "total anual rainfall: " + (int)(tally * 10) / 10
//output number of months above the average:
print "Number of months above averayge: " + aboveTally
You created a two-dimensional array with the following code.
A = [20, 'tennis', 'blue']
B = [15, 'soccer', 'green']
aList = [A, B]
How do you refer to 'green'?
Answer:
aList[1][2]
Explanation:
One can refer to the 'green' as per the given array, by aList[1][2].
What is an array?An array is a type of data structure used in computer science that contains a set of elements (values or variables), each of which is identified by an array index or key.
An array is stored in a way that allows a mathematical formula to determine each element's position given its index tuple.
Use the new keyword, a space, the type, the number of rows in square brackets, and the number of columns in square brackets to build an array, as in new int[numRows][numCols].
A 2D array has as many elements as its number of rows twice its number of columns.
Thus, aList[1][2] is the way to represent a two-dimensional array.
For more details regarding array, visit:
https://brainly.com/question/13107940
#SPJ2
How did you generate a random number for the user to guess?
A - by using the randint method from the random module
B - by using the built-in random function
C - by using the built-in randint function
D - by using the random method from the random module
Answer:
B
Explanation:
The build in random function will work the best for your case. Have a marvelous day. :)
Answer:
B.
Explanation:
I got it right on the test.
What genre do games that involve physical challenges and make use of hand-eye coordination, speed, accuracy, and precision fall into?
adventure
action
simulation
puzzle
Answer:
flexiblity
feedback
playin outdoor game
Answer:
I think simulation not 100% sure though.
HELP ASAP!!! Complete the following sentence.
A portfolio helps you organize your abilities and determine your
Answer:
Strenghts.
Explanation:
A portfolio is a document, which can be both physical and electronic, in which people include their educational and work history, as well as those personal characteristics (character, personality, ability to work in a team, etc.).
Thus, for example, a portfolio may include the person's school and university performance, plus the courses and other training they have taken, plus the places where they work, indicating the positions and tasks they perform there.
Portfolios, then, allow employers to consider all aspects of prospective employees and thus decide who is the best candidate to hire.
A portfolio helps you organize your abilities and determine your GOALS
Menu options are usually selected by _____the mouse.
Answer:
clicking
Explanation:
right clicking the mouse
In a PC, which of the following components stores the BIOS
A. CPU
B. RAM
C. ROM
D. Hard drive
PLS i need help - programming challenge
Write an algorithm that:
· Ask the user to input how many GCSE’s they have.
· They should then be allowed to enter a result for each GCSE grade.
· The computer should work out how many points they have got (9=9, 8=8, 7=7 etc).
· If their score is 40 or over it should output ‘You can go to the sixth form’
· If they their score between 35 and 39 it should output ‘A discussion is needed’
· Otherwise it should say ‘Sorry not enough points.’
This is written in python 3, so you need to have python and rename the file to GCSE.py
It runs in vanilla python, no addons required.
Which was the first computer network in the world
Answer:
ARPAnet in 1969
Explanation:
hope this helps :)
When heating a substance a phrase change will start to occur when the kinetic energy of the particles is blink the attractive forces between the particles
Answer:
great enough to overcome.
Explanation:
Kinetic energy can be defined as an energy possessed by an object or body due to its motion.
Mathematically, kinetic energy is given by the formula;
Where, K.E represents kinetic energy measured in Joules.
M represents mass measured in kilograms.
V represents velocity measured in metres per seconds square.
A conductor can be defined as any material or object that allows the free flow of current or electrons (charge) in one or more directions in an electrical circuit. Some examples of a conductor are metals, copper, aluminum, graphite, etc.
When heating a substance, a phase change will start to occur when the kinetic energy of the particles is great enough to overcome the attractive forces between the particles.
Basically, the phase change includes solid, liquid and gas.
.xls is the file extension for this file type
A. Image File
B. Internet File
C. Spreadsheet File
D. Word Processing File
Answer:
Spreadsheet File
Explanation:
Most word processing files are doc or docx
Most internet files are htm or html
Most Image files are jpg or png
How to unblock a website on a school computer? ASAP who's ever works will get Brainliest and will get a follow.
Answer:
You can't unblock them without admin access to the router. The only way to visit such sites is to find a VPN that is not also blocked by the school.
But you should know, what you are trying to do can get you in trouble if the school's IT department is competent to any extent.
Answer:
login as a teacher into the pc from there you can change the settings of the student acct. because you are the administrator of the pc due to the fact your acct is organized by the school organization such as Lightspeed and other organizations used by the school.
Explanation:
Which is an email protocol that retrieves email without deleting the email and its attachments from the server?
Simple Mail Transfer Protocol (SMTP)
Internet Message Access Protocol (IMAP)
Post Office Protocol version 3 (POP 3)
Simple Network Management Protocol (SNMP)
Answer:
Internet Message Access Protocol (IMAP)
Explanation:
The "Internet Message Access Protocol" or IMAP was created by Mark Crispin at the Stanford Knowledge Systems Laboratory. It allows a person to access his email from his local server. In comparison to the Post Office Protocol Version 3 (POP 3), which deletes the emails once they are downloaded, the IMAP allows the contents to be saved on the server. The email will only be deleted if the user intends to do so.
Answer:
It is Pop 3 not IMAP
Explanation:
Correct on edg 2022
What might the Internet of Things do in the future?
The future of IoT has the potential to be limitless. Advances to the industrial internet will be accelerated through increased network agility, integrated artificial intelligence (AI) and the capacity to deploy, automate, orchestrate and secure diverse use cases at hyperscale.
20 points for ez question lol
Which are characteristics of effective presentations? Check all that apply.
The presentation is well organized.
The presenter speaks clearly.
The presenter reads from notecards.
The presentation is enhanced with visual aids.
The presentation includes some delay to set up audio or video.
The presentation captures the audience’s attention.
The characteristics of effective presentations are:
The presentation is well organized. The presenter speaks clearly. What are characteristics of an effective presentation?Others are:
The presentation is enhanced with visual aids. The presentation captures the audience’s attention.A good presentation is known to be one that is often concise and also focused on the topic that is under discussion.
Note that when the above presentation follows the option written above, it is said to be an effective or good presentation.
Learn more about presentations from
https://brainly.com/question/24653274
#SPJ2
Answer:
A,B,D,F
Explanation:
The presentation is well organized.
The presenter speaks clearly.
The presentation is enhanced with visual aids.
The presentation captures the audience’s attention.
Explicar en qué sectores están divididos los procesos de producción y su importancia para el desarrollo tecnológico y económico del país. Indique dos ejemplos en cada sector
Answer:
Un sector económico es una rama de la economía en específico, caracterizada por englobar dentro de sí una serie de actividades interrelacionadas según cómo cada una contribuye al desarrollo económico del país. Una clasificación general popular de la economía es la división en los siguientes cuatro sectores:
1) Sector primario. El sector primario es el sector económico que abastece de materias primas y alimentos. Este sector abarca los sectores de agricultura, ganadería, caza, pesca y extracción de minerales. El procesamiento de estas materias primas se realiza en el sector secundario.
2) Sector secundario. Este sector se conoce como industria. Esto incluye todas las empresas y actividades que procesan las materias primas del sector primario. Los productos suelen ser revendidos al consumidor por el sector terciario.
3) Sector terciario. Este sector incluye los servicios comerciales: empresas que quieren obtener ganancias vendiendo sus servicios. El sector terciario incluye tiendas, catering, teatros, peluquerías, mayoristas, empresas de transporte, arrendadores, agencias de empleo, contables, abogados, consultores y empresas TIC.
4) Sector cuaternario. El sector cuaternario es el de servicios no comerciales, el único sector económico sin ánimo de lucro. Este sector incluye los servicios gubernamentales y los servicios subvencionados por el gobierno. Los ejemplos son hospitales, hogares de ancianos, cuerpos de bomberos, defensa, salud, trabajo social, educación y cultura.
Answer:
hola
Explanation:
Write a method that takes a RegularPolygon as a parameter, sets its number of sides to a random integer between 10 and 20 inclusive, and sets its side length to a random decimal number greater than or equal to 5 and less than 12. Use Math.Random() to generate random numbers.
Answer:
import java.lang.Object
import java.lang.Math
public class RegularPolygon extends java.lang.Object{
public void randomize(RegularPolygon c){
int min = 10, max1 = 20;
double min1 = 5, max1 = 12;
double range = (max - min) + 1;
double range1 = (max1 -min1) + 1
int side = (Math.random() * range) + min;
double len = (Math.random() * range1) + min1;
c.setNumSides(side);
c.setSideLength( len);
}
public static void main(String[] args) {
RegularPolygon r = new RegularPloygon();
randomize(r);
}
}
Explanation:
The randomize method accepts a regular polygon class as its only parameter and assigns a random number of sides and the length of these sides with the 'Math.random' function.
Identifying Responses and Replies
Use the drop-down menus to complete the sentences about message response options in Outlook.
v sends your response to everyone who received the initial email.
v creates a new message that includes the initial message to a new recipient.
v sends your response to only the sender of the initial message.
Answer:
Identifying Responses and Replies by using the drop-down menus to complete the sentences about message response is written below in detail.
Explanation:
A situation like this may be:
Someone receives a bike. They travel it and all, and then all of an unexpected they fall and get injured
If you only understood the first section of how the person received a bike when you draft a response, you would only draft about that piece, but getting harm after receiving the bike is also a huge portion of the "story". You could draft like how you were so pleased when you received your first bike, but you wouldn't remember to address the time you got injured when you were riding down a hill or something.
Answer:
Reply All
Forward
Reply
Explanation:
Which item is used for formatting in responsive web design?
A.) Adding horizontal scroll
B.) Adding interesting text
C.) Improving image quality
D.) Removing horizontal scroll
Answer:
B) Adding interesting text
Explanation:
Answer:
Adding interesting text
Explanation:
what is the binary for O?
Answer:
01001111
Explanation:
Answer:
0000 0000
Explanation:
How do you access the printing functions and settings in Outlook messages?
O Click the Print button on top of the message in the Reading Pane.
O Open the Print window under the View tab on the ribbon.
O Go to the navigation bar and click the Print icon at the bottom.
O Go to the message and access the Backstage view of the message.
Answer:
it D Go to the message and access the Backstage view of the message.
Explanation: just trust me
Describe the difference between an interest and a skill.
Answer:
an interest you can be good but you can also not know where to start an interest is a want to start and a skill is when you are good at it but you don't have to be interested
Explanation:
What are the first letters of each of the 3 main colors in javaScript? (seperate with commas)
Answer:
R, G, B
Explanation:
Red, Green, Blue
please help me guys
Answer:
1. Machine Independence
High level languages will have something beneath them that automatically can compile your code into different machine languages for different devices. This means that you can program for just about any device and not have to re-write your code.
2. Micro computers
Almost all the computers that average people interact with today are microcomputers. A microcomputer usually has a single main processing chip or central processing unit. They're smaller than mainframe computers, which dominate a reasonably sized room, and minicomputers, which may be as tall as a refrigerator.
3. VLSI
Third generation computers are basically what we work with today. They use VLSI (Very large scale Integration) which started in the 80s and continues to be the point where modern computers are at.
For which of the following situations would it be best to use a heuristic in order to find a solution that runs in a reasonable amount of time?
A Appending a value to a list of n elements, which requires no list elements be examined.
B Finding the fastest route that visits every location among n locations, which requires n! possible routes be examined.
c Performing a binary search for a score in a sorted list of n scores, which requires that fewer than n scores be examined.
D
Performing a linear search for a name in an unsorted database of n people, which requires that up to n entries be examined.
Answer:
The answer is "Option B".
Explanation:
In this question, determining the optimal path between several locations, which requires n!. It's also examining possible routes. It could just suggest here, designers need to do those equations as we have several forms. They have several methods to find the best and efficient path. Its basic idea is to use heuristic approaches for complex or uncertain issues so we do not provide proven solutions for linear programs.
The situation that should be best to use a heuristic in order to find a solution that runs in a reasonable amount of time is option B.
The following information should be considered:
For measuring the optimal path that lies between several locations that needs n!.It also examine the possible routes. It consist of various methods for determining the efficient path.Learn more: brainly.com/question/17429689
Using the drop-down menu, complete these sentences to describe algorithms. Algorithms are instructions to solve a problem. Algorithms are when written in a programming language. Algorithms are step-by-step instructions for or to follow to solve a problem. Programmers use algorithms to and .
Answer:
Algorithms are instructions to solve a problem
Explanation:
Answer:
1. step by step
2. computer programs
3. a person
4. a computer
5. solve logic problems
6. start writing new programs
Explanation:
i just did it and got them all right
In Outlook 2016, the Tell Me function can be accessed by
O pressing F1 on the keyboard.
clicking on the File tab, then the question mark button.
typing a query in the textbox on the ribbon.
typing "help" in the search box in the message pane.
In Outlook 2016, the Tell Me function can be accessed by
O pressing F1 on the keyboard.
clicking on the File tab, then the question mark button.
typing a query in the textbox on the ribbon.
typing "help" in the search box in the message pane.
Explanation:
I think it should be typing a query in the textbox on the ribbon.
In Outlook 2016, the Tell Me function can be accessed by clicking on the File tab, then the question mark button. The correct option is B.
What is Outlook?The preferred email client for sending and receiving emails from Microsoft Exchange Server is Microsoft Outlook. Accessibility to contact, email, calendar, and task management tools is also provided by Outlook.
You can send and receive emails, manage your calendar, save the names and phone numbers of your contacts, and keep track of your projects using Outlook.
Even if you utilize Outlook on a daily basis, you might not be aware of all the wonderful things it can do to boost your productivity.
By selecting the File tab, then the question mark button in Outlook 2016, you may open the Tell Me feature.
Thus, the correct option is B.
For more details regarding Microsoft outlook, visit:
https://brainly.com/question/26695071
#SPJ2
write the name of the tab, command group, and icon you need to use to access borders and shading dialog box
Answer:
Tab: Home Tab
Command group: Paragraph
Icon: Triangle
Explanation: Trust
When you get a new sim card do it come with a new number or do you have a activate the phone and get a new number in store ?
put the sim card in the phone and turn the phone on, it technically comes with the card but you really interact with it until you turn the phone on.
JAVVVAAAAAA HELPPPP EDHESIVE
Answer:
Here's some really bad code that works:
public static double average(int a, int b, int c, int d, int e)
{
return (((double)a + b + c + d + e) / 5);
}
Will MARK BRAINLIST
What refers to the level at which a player is interacting with a story or game?
Group of answer choices
engagement
flow
emotion
distance