Answer:
#include<iostream>
int main()
{
int count=0;
int so_phan_tu;
std::cout << "nhap so phan tu : \n";
std::cin >> so_phan_tu;
int* A = new int[so_phan_tu];
std::cout << "nhap cac phan tu : \n";
for (int i = 0; i < so_phan_tu; i++)
{
std::cin >> A[i];
if (A[i] % 5 == 0)
{
count++;
}
}
std::cout << so_phan_tu - count;
system("pause");
return 0;
}
//cái này viết bằng C++ em nhé
Explanation:
Carpel Tunnel syndrome, is what it is called in the USA
Hope it helped!
John can find the amount of Random Access Memory (RAM) memory installed on his computer with the Windows 7 under the category “<u>System and Security</u>” in the Control Panel.
To know the total amount of installed RAM through Control Panel in the computer with Windows 7, John should follow the steps as:
- Click the category named “System and Security”
- Now under “System”, click “View amount of RAM and processor speed”
- “Device Specifications” section displays the amount of installed RAM in John’s computer
Thus, above are the steps by which John’s can find the amount of installed RAM in his Windows 7 computer’s Control Panel.
What is Random Access Memory (RAM)?
RAM is the temporary memory in computers that stores the data currently being used by the processor.
You can learn more about Control Panel at
brainly.com/question/1445737
#SPJ4
Yes because it’s the square size of life