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
faust18 [17]
3 years ago
13

In a @return tag statement the description:

Computers and Technology
2 answers:
Bond [772]3 years ago
6 0

Answer:

Option A is the correct choice answer for the above question.

Explanation:

The programming concept says that every function returns some value. If the return value is not defined by the user then the function returns the garbage value otherwise it returns the defined value by the user.

The return value is defined by the user with the help of the "return" statement and with the help of the following syntax-

return value; // The return statement.

Hence the option A is right because it satisfies the above concept while the other is not because--

  • Option B states that it must be longer than one line which is not correct.
  • Option C states that it cannot be longer than one line but this line does not make any sense about the returned statement.
  • Option D states that it describes the parameter value which is the wrong definition about the returned statement.
marysya [2.9K]3 years ago
5 0

Answer:

The correct answer to the following answer will be option A.

Explanation:

Return tag: A tag which is used to return the value of methods or a function. To returns the element accoding to data type of method or function we use return keyword to returning the value.

For Example:

int fun() // function definition

{

int ab=90; // variable declaration

int c=45+ab; // variable declaration

return(c); // returning the value of c

}

In this the integer value is returning a function.

You might be interested in
Which type of network cover a large geographical area and usually consists of several smaller networks, which might use differen
tiny-mole [99]

Answer:

WAN

Explanation:

7 0
3 years ago
What is the name of a shortcut you can click to access other websites? A. A post B. A key C. HTML D. A link
schepotkina [342]

Answer:

D. A link

Explanation:

I hope this helps.

7 0
4 years ago
Part 1: Plan and Write the Pseudocode
salantis [7]

lol thats alot of work ill try and get it done before my class starts; (ill edit it)

8 0
3 years ago
Read 2 more answers
Project 15A - Math Application
vovikov84 [41]

Answer:

A simple php code for the following is given below:

Explanation:

interface Calculate {

 public function area($lenght,$width);

 public function perimeter($length,$width);

 public function surfaceArea($length_side_1,$length_side_2);

 public funcction volume($length, $width, $height):

}

interface Calculate2 {

 public function area($raidus);

 public function perimeter($radius);

 public function surfaceArea($radius);

 public funcction volume($radius):

}

Class Mian{

 

width=please Enter the value of width

height=please Enterr the value of height

length=please enter the value of length

lenght2=please enter the value of lenth of side 2

ridus= please enter the value of radius

    Circle = new circle()

    Rectangle = new rectangle()

}

Class Circle implements Calculate2{

 

public function area(){

area= pi*r

return area

}

public function perimeter(){

perimeter=2*pi*r

return perimeter

}

public function surfaceArea(){

surfacearea= pi*r*r

}

public function volume(){}

          area=area()

   volume=area*height

      return volume

}

Class Rectangle implements Calculate{

 

public function area(lenght,width){

 area= length * width

 return area

}

public function perimeter(lenght,width){

          perimenter=2(lenght+width)

          return perimeter

}

public function surfaceArea(length_side_1, withd right place){}

       surface_area 2*length_side_1  f*  length_side_2_

public function volume(){}

public surface volume(length,width,height)

 volume= length * width * height  

 return volume

}

7 0
3 years ago
Which option offers predesigned formatting and design elements for creating a document?
saveliy_v [14]

Answer:

I would say templates. Template comes with predefined page layout, fonts, margins, and styles. We can have certain layouts, headings, fonts for specific topic.

3 0
3 years ago
Other questions:
  • Respond to the following in three to five sentences. Select the workplace skill, habit, or attitude described in this chapter (a
    12·1 answer
  • Items deleted from removable storage devices, such as a USB flash drive, are stored in the Recycle Bin until the Recycle Bin is
    5·1 answer
  • What sequence would a user need to follow to change Chart A into Chart B?
    11·1 answer
  • How do you return a value from a function?
    6·1 answer
  • If you're using your keyboard, what actions are you most likely performing in Access?
    15·2 answers
  • QUIZLET Packet ________ is a form of protection for your computer that looks at each packet that comes into your computer networ
    7·1 answer
  • a. a large central network that connects other networks in a distance spanning exactly 5 miles. b. a group of personal computers
    7·1 answer
  • HELP!' Prompt<br> In a table, what is a field?
    12·1 answer
  • A time line may identify cause or effect of an event?<br> True or False?
    7·1 answer
  • A ________ is a small, lightweight, power-conserving, computing device that is capable of wireless connectivity.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!