Answer:
B. a tripod
Explanation:
We cannot have any problem with the electronic viewfinder, because is part of the camera, with this viewfinder we can see the picture that we will take.
A camera lens can be huge or tiny, but we cannot hurt anyone with them, and headphones are harmless.
In this example we have a tripod, there are different types of tripods, but always have three legs, and we could hurt someone if we don't carry it properly.
Answer:
yes
Explanation:
it very big like my di- hope it helps
#include
#include
using namespace std;
int CountCharacters(char userChar, string userString){
int result = 0;
for(int i = 0;i if(userString[i] == userChar){
result++;
}
}
return result;
}
int main(){
string userString;
char userChar;
cin>>userChar>>userString;
cout< return 0;
}
Answer:
Apache Hadoop.
Explanation:
Apache Hadoop is a open source program that uses map reduce programming process to allocate storage and processing of big data computation. It uses a network of computers, distributing and processing large data, for parallel computation.
The Apache Hadoop has two main parts, the Hadoop distributed file system and the MapReduce model. The Hadoop distributed file system divides large chunks of data into clusters and pass them to the MapReduce model, where they are separated to similar data types.