Answer:
the output of the above program is
2 3
3 5
8
Explanation:
It seems the program is trying to pair two numbers into one and leaving the unpaired number (in a case of odd number of numbers) as a separate output.
This is why numbers 2 and 3 form 23, numbers 3 and 5 form 35 and 8 is another output of the program.
Answer: what is the question
Explanation:
Answer:
nothing
Explanation:
Because the return type of the function is void. void means does not return any thing.
The syntax of the function:
type name( argument_1, argument_2,......)
{
statement;
}
in the declaration the type define the return type of the function.
it can be int, float, double, char, void etc.
For example:
int count( int index);
the return type of above function is int. So, it return integer.
similarly,
void count(int index);
it return type is void. So, it does not return any thing.
Answer:
Speed = 0.866c
Where c is speed of light
Explanation:
We want to find the speed at which it run at a rate that is one-half the rate of a clock at rest.
Thus, we will use time dilation equation to solve it.
Thus;
t_o/√[1 - (v²/c²)] = 2t_o
Where:
t_o is time at rest
v is the speed at which it runs
c is the speed of light.
t_o will cancel out to give;
1/√[1 - (v²/c²)] = 2
Rearranging, we have;
√[1 - (v²/c²)] = ½
Let's make v the subject of the formula;
Let's square both sides to get;
1 - (v²/c²) = ½²
1 - (v²/c²) = ¼
Rearrange to get;
1 - ¼ = v²/c²
¾ = v²/c²
Take square root of both sides to get;
v/c = √¾
v = c × 0.866
v = 0.866c
I'd say professionalism
Professionalism in a workplace setup is acting in a responsible and fair manner in all your personal and work activities. It is always seen as sign of maturity and self-confidence. This work value includes learning every aspect of a job and performing it to the best of your God given ability.