I think it’s Apple ios
It’s definitely not Microsoft but my guess is Apple
Answer:
A.
Explanation:
The purpose of a CD-copying software is that it records data on a recordable CD.
#include <iostream>
#include <vector>
std::vector<int> v;
int main(int argc, char* argv[]) {
while(1) {
int temp;
std::cout << "\nEnter a number: ";std::cin>>temp;
if(temp<0) {
std::cout << "\nEven number(s) is/are:\n---------------------\n";
for(int i=0;i<v.size();i++) {
if(v.at(i)%2==0) std::cout << v[i] << " ";
else continue;
}
std::cout << std::endl;
break;
}else {
v.push_back(temp);
}
}
return 0;
}
<span>The correct answer is
A keyword</span>
You have to destroy the hard drive as it is like a memory for the computer so it can never be deleted