the following C++ function will return true if the given non - negative number is multiple of 5 or 3 else it will return false.
bool function( int x ){
// variable to check if it is multiple of both or not
int number =0;
if(3%x == 0){
number++;
}
if(5%x == 0){
number++;
}
// Now returning by deciding
if( number <=1)
return true;
else
return false
}
Answer: Social Media has come long way from just being a platform for interaction to necessity entity. In today's era social media plays a vital part and it can be stated that it'll continue to have the same effect in the future. From being a platform for business organizations to endorse their product and services to a wider audience, to being a platform for an individual to connect to his/her friend and family that live all the way on the other end of the world.
There are several possibilities that Social Media can unlock in the possible future.
The answer would be the CPU (Central Processing Unit). It is essentially the brain of a computer.
Sure, it says "Hulk smash on keyboard"