help me plzz thank you if your right I will mark brainiest

Help Me Plzz Thank You If Your Right I Will Mark Brainiest

Answers

Answer 1

Answer:

the 1,2, and 3 are the second circle thingy and the fourth question is the first circle thing and dont know the last one hope this helps

Explanation:

Answer 2
Answer in this order.
B, B, B, B, A. I’m 80% sure these are the right answers.

Related Questions

James uses a database to track his school's football team. Which feature in a database allows James to find a specific player by name?

Grid
Filter
Search
Sort

Answers

Search if he knows the players name

Answer:

search

Explanation:

Create an interface called Runner. The interface has an abstract method called run() that displays a message describing the meaning of run to the class. Create classes called Machine, Athlete, and PoliticalCandidate that all implement Runner.
The run() should print the following in each class:
Machine - When a machine is running, it is operating.
Athlete - An athlete might run in a race, or in a game like soccer.
PoliticalCandidate - A political candidate runs for office.
----------------------------------------------------------------------------------------------------
public class Athlete implements Runner
{
public void run()
{
// write your code here
}
}
--------------------------------------------------------------------------------------
public class DemoRunners
{
public static void main(String[] args)
{
Machine runner1 = new Machine();
Athlete runner2 = new Athlete();
PoliticalCandidate runner3 = new PoliticalCandidate();
runner1.run();
runner2.run();
runner3.run();
}
}
------------------------------------------------------------------------------------------
public class Machine implements Runner
{
public void run()
{
// write your code here
}
}
----------------------------------------------------------------------------------------------------
public class PoliticalCandidate implements Runner
{
public void run()
{
// write your code here
}
}
----------------------------------------------------------------------------------------------------
public interface Runner
{
// write your code here
}
----------------------------------------------------------------------------------------------------

Answers

Answer:

Here is the interface Runner:

public interface Runner  {  //interface Runner

public abstract void run();  } //abstract method run that displays a message describing the meaning of run to the class

/*Here Runner is the interface which is an abstract class. It is used to group related methods such as here is run method with empty body. An abstract method run() does not have a body. The body is provided by the sub classes Machine, Athlete, and PoliticalCandidate that all implement Runner.  */

Explanation:

Here is the Athlete class:

public class Athlete implements Runner  {  //class that implements Runner interface

public void run()  {  //interface method accessed by Athlete to provide its body according to describe the meaning of run to the class

    System.out.println("An athlete might run in a race, or in a game like soccer.");  } }    //prints this message

Here is the Machine class:

public class Machine implements Runner  {

public void run()  {

System.out.println("When a machine is running, it is operating.");  }}

Here is the PoliticalCandidate class:

public class PoliticalCandidate implements Runner  {

public void run()  {

System.out.println("A political candidate runs for office.");  } }

/*To access the interface Runner method run(), the Runner must be "implemented" by Machine, Athlete, and PoliticalCandidate classes with the implements keyword. The body of the interface method run() is provided by the "implement" class */      

Here is the DemoRunners class:

public class DemoRunners {  //class name

public static void main(String[] args)  {  //start of main method

Machine runner1 = new Machine();  //creates object of Machine class

Athlete runner2 = new Athlete();  //creates object of Athlete class

PoliticalCandidate runner3 = new PoliticalCandidate();  //creates object of PoliticalCandidate class

runner1.run();  //uses object of Machine class to call run method

runner2.run();  //uses object of Athlete class to call run method

runner3.run();  } } //uses object of PoliticalCandidate class to call run method

When runner1.run() is called it invokes the run() method of class Machine which displays the message:

When a machine is running, it is operating.

When runner2.run() is called it invokes the run() method of class Athlete which displays the message:

An athlete might run in a race, or in a game like soccer.  

When runner3.run() is called it invokes the run() method of class PoliticalCandidate which displays the message:

A political candidate runs for office.

The screenshot of the program is attached.

Main topics: Basic Java program
Programmatic output
Arithmetic Expressions
User input
Program Specification:
Write a Java program that calculates and outputs a baseball pitcher’s ERA in a reasonable report format. "ERA" is an acronym for "earned run average" and is computed using the following equation: number of earned runs multiplied by 9 and divided by number of innings pitched Your program must do the following: • Prompt the user for the first and last name of the pitcher and store them in two variables of type String • Prompt the user for the pitcher’s number of earned runs and store it in a variable of type int • Prompt the user for the pitcher’s number of innings pitched and store it in a variable of type int • Compute and output the pitcher’s ERA, which should be a (double) floating point number Sample run(s): Pitcher’s first name: Josh Pitcher’s last name: Hader Number of earned runs: 22 Number of innings pitched: 81 Josh Hader has an ERA of 2.4444444444444446

Answers

Answer:

Explanation:

import java.util.Scanner;

public class pitcherValues {

   public static void main(String[] args) {

       String firstName, lastName;

       int earnedRuns, inningsPitched;

       double ERA;

      Scanner in = new Scanner(System.in);

     System.out.println("Pitchers First Name is?");

     firstName = in.nextLine();

     System.out.println("Pitchers Last Name is?");

     lastName = in.nextLine();

     System.out.println("How many runs did the Pitcher earn?");

     earnedRuns = in.nextInt();

     System.out.println("How many innings did the Pitcher Pitch?");

     inningsPitched = in.nextInt();

     ERA = (earnedRuns * 9) / inningsPitched;

     System.out.println(firstName + " " + lastName + " has an ERA of " + ERA);

   }

}

How many components does a network have ?

Answers

Answer:

There are three primary components to understanding networks: 1. Physical Connections; 2. Network Operating System; and 3. Application Component. Hope this helps!

Explanation:

Other Questions
What do you think is the beautiful aspect of all religions??? write it Identify the property of the matter described below.Alcohol floats on top of the water.A-pHB-conductivityC-densityD-luster Earth is represented on a map of a portion of the solar system so that its surface is the circle with equation x2+y2+8x+2y4883=0. A weather satellite circles 0.4 unit above Earth with the center of its circular orbit at the center of Earth. Find the general form of the equation for the orbit of the satellite on this map. help find missing angle?? jerry has 5115 in his savings account and $65 dollars in his checking account If Jerry deposits 520 to his savings account each week and 545 to his checkingaccount each week, how many weeks will it be until the two accounts have the same amount of money? A surveyor holds a laser range finder 3 feet above the ground and determines that the range finder is 92 feet from a building and 106 feet from the top of the building. What is the height h of the building? Round your answer to the nearest tenth. The building is about feet tall. In science class, a student is given a copper cylinder to investigate. The student measures the mass of the cylinder as 53.76 grams. Thestudent measures the volume of the copper as 6 cm. Which additional property of the copper can the student determine from thesemeasurements? Over the past several years, the owner of a boutique on Aspen Avenue has observed a pattern in the amount of revenue for the store. The revenue reaches a maximum of about $ 46000 in March and a minimum of about $ 28000 in September. Suppose the months are numbered 1 through 12, and write a function of the form ()=sin([])+ f ( x ) = A sin ( B [ x C ] ) + D that models the boutique's revenue during the year, where x corresponds to the month. If needed, you can enter =3.1416... as 'pi' in your answer. ()= f ( x ) = is 4.23x 10 exponent negative 5 greater than 1 or less than 1. explain how you know 3 examples of culture in the United States What is one reason sumerians started trading? A) they needed more food to surviveB) they had a surplus of foodC) they needed to make more money to help build their civilizationD) they secretly wanted to spy on other civilizations Need help ASAP pls !!!!! You will describe your community and how you obtain the food you need to survive. You will need to include detailed information, such as: the number of members in your community the location and description of the area in which you live how you obtain your food sources a detailed explanation of what types of foods you obtain a detailed explanation of the interactions between the people in your community and the roles they play in the community You may use the information in the lesson. You will also need to use some outside resources to complete this assignment. Please reference the sources you have used. You may complete the assignment in a word document or a PowerPoint presentation. To what extent have the democratic ideals expressed in the Declaration been achieved? what your expect to gen.math subject What did the Anti-Federalists demand before they would ratify the Constitution? Amount of an Annuity John Goodheart wishes to provide for 6 annual withdrawals of $3,000 each beginning January 1, 2029. He wishes to make 10 annual deposits beginning January 1, 2019, with the last deposit to be made on January 1, 2028. Required: If the fund earns interest compounded annually at 10%, how much is each of the 10 deposits give the two factors that contribute to successful baking explain how it helps in achieving high quality product in baking What caused most of the diseases and deaths in Plymouth? Both political parties try and win a majority of the votes by appealing to the center of the political O spectrum O platform O finance.