Answer:
Fill the deletion form go to settings and open FAQ ..
Answer:
The solution code is written in C++
- bool STATUS = true;
- bool alternator ()
- {
- if(STATUS){
- STATUS = false;
- return true;
- }else{
- STATUS = true;
- return false;
- }
- }
Explanation:
We need a global variable to track the status of true or false (Line 1).
Next, create the function alternator (Line 2) and then check if current status is true, set the status to false but return the previous status boolean value (Line 5-6). At the first time of function invocation, it will return true.
The else block will set the STATUS to true and return the false (Line 7-9).
Honestly, no online service is safe anymore these days...People and even the government can get hacked easily with today's technology.You can search someone easily on websites like Google or Facebook and even read someone's tweets on Twitter because their account is not private. But what's the point of saying private if they can easily get hacked by someone. There is no safety these days that is why you have to be careful with what you post on the internet in general.In these times people have to be cautious to not slip and fall off the iceberg surrounded by sharks.