Solution :
a). The two arrays that are used in parallel in order to store the identification of two numbers of 5 employees and their weekly gross payments is :
int id_array[5];
double gross_pay[5];
b). The loop that uses the arrays for printing the identification number and the weekly gross payment is given below :
for(int i=0; i<5; i++)
{
count <<id_array[i] <<" " << gross_pay[i] << end;
}
I think it is Index Match?
Answer:
RAM Slots
Explanation:
RAM is most probably in the wrong slots.
Check BIOS
Check with Motherboard User Manual.
Answer: yes and main purpose of folder can help in storing and organizing files and data in the computer.
Hope this helped!