1. When you are providing first aid you should?
a.) wear personal protective equipment.
b). only wear personal protective equipment if the person is someone you do not
know.
c.)not be concerned about personal protective equipment if you wash your hands.
d). use cloth gloves to protect your hands.
Answers
Answered by
0
Answer:
so what to answer tell me plzzzxxxzzz
Answered by
0
Answer:
6#include<stdio.h>
void main()
{
int arr[5]={4,12,78,90,70};
int i=0;
for(i=0;i<=4;i++)
{
printf("\n %d",arr[i]);
}
return 0;
}
Similar questions