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
Tom [10]
3 years ago
11

An argument is different from a parameter in that an argument

Computers and Technology
2 answers:
erastovalidia [21]3 years ago
4 0

Answer:

C. is the data passed into a parameter.

Explanation:

From the list of given options, the answer that correctly answers the question is option C.

Literally, arguments are values passed into parameters in functions;

Take for instance, the following code snippet in python

<em>def testcode(num):</em>

<em>     print(num * 2)</em>

<em>digit = 4</em>

<em>testcode(digit)</em>

In this example above;

The output is 8; and this is calculated by 4 * 2.

The parameter is <em>num</em><em> </em>and the argument is the <em>value</em> that will <em>be passed in num</em>; This value (argument) is 4

Tasya [4]3 years ago
3 0

What is the question?

You might be interested in
How do you answer a question on Brainly if there's already at least one answer? It should be possible, since I've seen questions
Ad libitum [116K]

Answer:

you go under the question that you want to answer

Explanation:

I am not a profinal expert

6 0
3 years ago
Read 2 more answers
Return true if the given non-negative number is a multiple of 3 or 5, but not both. Use the % "mod" operator.
Pani-rosa [81]

the following C++ function will return true if the given non - negative number is multiple of 5 or 3 else it will return false.

bool function( int x ){

// variable to check if it is multiple of both or not

int number =0;

if(3%x == 0){

number++;

}

if(5%x == 0){

number++;

}

// Now returning by deciding

if( number <=1)

return true;

else

return false

}

4 0
4 years ago
What is true about music from the Romantic period?
avanturin [10]
The answer to the given question above is the third option: <span>It was longer and less constrained than the music of the Classical period. The Romantic Period in music actually has more freedom in design and form. During this period, music were even more artistic and intellectual as well. Romantic Period occurred the late 18th century until early 19th century.</span>
8 0
3 years ago
Read 2 more answers
Write a program to implement the algorithm that you designed in Exercise 21 of Chapter 1. Your program should allow the user to
Murrr4er [49]

Answer:

total = 0

items = int(input("Enter the number of items ordered: "))

for i in range(items):

   price = float(input("Enter the price of item " + str(i+1) + ": "))

   total += price

if total < 200:

   total += (items * 10)

   

print("Bill is $" + str(total))

Explanation:

*The code is in Python.

Ask the user to enter the number of items ordered

Create a for loop that iterates depending on the number of items ordered. Inside the loop, ask the price of each item and add it to the total

After the loop, check the total. If it is smaller than 200, add 10 for each item to the total

Print the total

4 0
4 years ago
Based on the pedigree chart what should you assume about the perental generation
koban [17]

Answer:

The mother was a carrier for a sex-linked disease.

Explanation:

6 0
3 years ago
Other questions:
  • Do you think you would share hardware or software resources in a LAN and why?
    14·1 answer
  • Binary code what does this mean I was sick so I don't under stand
    7·2 answers
  • What type of computer is likely to use so-dimms, have an internal power supply, and use a desktop processor socket?
    10·1 answer
  • If an individual receives 1.8 mGy while standing 4 ft from a source of radiation for 2 minutes, which of the following option(s)
    9·1 answer
  • Can someone answer this ?
    7·1 answer
  • What type of data would a RDBMS store in a linked list, two-way linked list, or B-trees? What are the advantages and disadvantag
    5·1 answer
  • Cual es la constante de proporcionalidad de la función f(x)= 4x-6 ​
    7·1 answer
  • A malicious user in your organization was able to use the Trinity Rescue Kit to change the password on a department manager's co
    7·1 answer
  • The Fast as Light Shipping company charges the following rates. Weight of the item being sent Rate per 100 Miles shipped 2kg or
    13·1 answer
  • Explain how a magnetic hard disk drive (HDD) operates.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!