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
patriot [66]
3 years ago
8

Write a statement that declares a prototype for a function minMax, which has five parameters. The first three parameters are int

egers. The last two are parameters that are set by the function to the largest and smallest of the values of the first three parameters. The function does not return a value.
Computers and Technology
1 answer:
Mice21 [21]3 years ago
6 0

Answer:

   public static void minMax(int num1, int num2, int num3, int smallest, int largest){

   }

Explanation:

  • The function declaration above is in Java programming Language
  • The access modifier (public) is optional it could be private as well
  • static because it is found within same class as the main method
  • void because it will return no value
  • The parenthesis contain the parameters as specified by the question
You might be interested in
Kyra needs help planning what images and text to use in her web page what technique can help her
Hatshy [7]

it is the story boarding because when you want to plan you nd a story boarding so you can plan your Images

5 0
3 years ago
Read 2 more answers
There are 55 registers, and total 60 instructions available in a general-purpose computer. The computer allows only 2-address in
Elenna [48]

Answer:

total bits = 6 + 6 + 19 = 31 bits

Explanation:

given data

total registers = 55

memory  size = 64 KB

total instructions = 60

solution

here we have given 55 register so we get greater or equal power of 2 that is here 64

2^6 = 64

so here for register operand 6 bit is required

and

when instruction 60 we get here greater or equal power of 2 that is here 64  

2^6 = 64

so here also  for represent instruction 6 bit is required

and

for size 64 kb

2^6 * 2^{10} * 2^3 = 2^{19}

so 19 bits is required for memory location

and

as instruction in 2 parts are opcode and operand

and here given as 2 address instruction

they are memory operand and the register operand

so here

total bits will be = opcode + register operand + memory operand

total bits = 6 + 6 + 19 = 31 bits

total bits =  31 bits

5 0
3 years ago
PLEASE ANSWER FAST.one of the barriers for early "talkies" was the need to manually crank the projector and manually synchronize
OleMash [197]

Answer:?

Explanation:?

7 0
3 years ago
Antifreeze is not considered a hazardous waste by the EPA unless it is used or otherwise becomes contaminated.
Ahat [919]

False might be the answer

6 0
3 years ago
Read 2 more answers
Create a derived class called Car that inherits from Vehicle. The constructor should call the base class constructor, with 4 for
Vitek1552 [10]

Answer:

Hi there Foodalexandre! The question is good to revise knowledge on the concepts of classes and inheritance. Please find the answer with explanation below.

Explanation:

We can use a number of different object-oriented programming languages to implement this solution in, such as Java, C++, Ruby, etc. I have chosen to use Python as the language to implement because of the ease with which it can be used. First, I have defined the Vehicle class based on the description from the question, where the constructor (the __init__ method) initializes the door count and the engine sound, and the original Move() method belonging to the Vehicle class is defined. Then I define the Car class which inherits from the Vehicle class making it inherit the Vehicle properties, and initialize the Car class to have door count of 4 and engine sound as 'rrrrrr'. Defining the Move() method again in the Car class overrides the one in the Vehicle class, and the RoadTrip() method is added to return the string as requested in the question.  

class Vehicle(object):  

 def __init__(self, door_count, engine_sound):    

   door_count: door_count      

   engine_sound: engine_sound    

 def Move() :

   return ‘rrrrrr’  

class Car(Vehicle):  

 def __init__(self, door_count, engine_sound):    

   super().__init__(4, ‘rrrrrr’)  

 def Move():    

   return ‘vrumm’    

 def RoadTrip() :    

   return “Not a care in the world”

3 0
3 years ago
Other questions:
  • True or false words spelling and grammar check is always %100
    7·2 answers
  • A typical serial cable has
    13·1 answer
  • 1. [2 points] Write a function to compute the volume of a sphere, given its radius. 2. [2 points] Write a recursive function to
    7·1 answer
  • Why are specification for food processing tool,equipmentand untensils necessary?​
    8·1 answer
  • Which of the following attack is a threat to confidentiality?
    10·1 answer
  • What characters cannot be used in a filename?
    15·1 answer
  • What is the other name of the horizontal column graph
    9·1 answer
  • You want to be able to identify the services running on a set of servers on your network. Which tool would best give you the inf
    11·1 answer
  • What are the columns in a Microsoft Access table called?
    15·1 answer
  • How do i mark brainliest?
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!