Answer:
Jordan used her eyes to see the food, her touch to feel the food, and her nose to smell the food, and lastly, but most importantly, she used her mouth to taste the food.
Answer:
the leader or organizer. you should have assigned jobs, so one of them should be in charge. if you did not assign jobs, assign them now, and one person has a job, and they must be held accountable. if they cannot do their job, someone might have to take over, but then you tell your prof. that they could not do their part, so hopefully you will get the credit you deserve and they will not.
Explanation:
Answer:
A magnetic field of changing intensity perpendicular to a wire will induce a voltage along the length of that wire. The amount of voltage induced depends on the rate of change of the magnetic field flux and the number of turns of wire (if coiled) exposed to the change in flux.
Please mark Brainliest!
Answer:
insert (array[] , value , currentsize , maxsize )
{
if maxsize <=currentsize
{
return -1
}
index = currentsize-1
while (i>=0 && array[index] > value)
{
array[index+1]=array[index]
i=i-1
}
array[i+1]=value
return 0
}
Explanation:
1: Check if array is already full, if it's full then no component may be inserted.
2: if array isn't full:
- Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.
- Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
- assign new worth to the position that is next to the known position of initial smaller component.
The reason that it is not advisable to wear Ornament like ring at work shop is that rings can be easily get caught and fingers or the hands of the person can be injured, cut, scared etc.
<h3>Why should you not wear a ring at work?</h3>
Jewelry is known to bring about a lot of safety hazards for people working around chemicals and others.
Note that the reason that it is not advisable to wear Ornament like ring at work shop is that rings can be easily get caught and fingers or the hands of the person can be injured, cut, scared etc.
Learn more about Ornament from
brainly.com/question/24286720
#SPJ1