The answer is A on edge. A)Just like homework and other activities, helping to take care of a dog teaches a child about responsibility.
Answer:
The answer is D because u have the uppercase letter bold
A.Information on social networking sites can give most or all digits of a person’s social security number.
Answer:
return instruction used to return a value from a function.
Explanation:
Function is a block of statement which perform the special task.
Syntax for define a function:
type name(parameter_1, parameter_2,...)
{
statement;
return variable;
}
In the syntax, type define the return type of the function. It can be int, float, double and also array as well. Function can return the array as well.
return is the instruction which is used to return the value or can use as a termination of function.
For return the value, we can use variable name which store the value or use direct value.
A program that can be used in many scenarios