int firstNumber,secondNumber = -1, duplicates = 0;
do {
cin >> firstNumber;
if ( secondNumber == -1) {
secondNumber = firstNumber;
}else {
if ( secondNumber == firstNumber )
duplicates++;
else
secondNumber = firstNumber;
}
} while(firstNumber > 0 );
cout << duplicates;
Answer:
HTML, CSS, JavaScript, python, SQL
Explanation:
To create a web page for her travel adventures Dani has to use HTML and CSS to design the page's layout. A beautiful simple design such as one which shows photos of her on her travel destinations, and a paragraph for her to write a little story on her travels would do.
Dani needs JavaScript to animate the photos she's going to post on the page. Dani also should use python to build the backend of her page so she can write codes to save and access her documented adventures from the database. She should use a database language like SQL to save all of her adventures so she can view them at a later time for the memories.
Answer:
1. Your location is always exposed "might not be a problem, until it is"
2. Computer Viruses as your browser allows them
3. Hackers, of course, Ransomware attacks
4. SpyWares, read terms and condition or atleast visit trusted sources
5. Phishing, intermediatte security can handle this risk, but fatal if not. as in online identity stolen, bank accounts accessed.
6...... ALWAYS STAY SECURED
YOU WERE NEVER THE TARGET, JUST THE VICTIM
RAM, or Random Access Memory, is physical hardware in a computer that actively stores information that is being used so that it can quickly be retrieved or accessed again soon. If you're running programs on you're computer, they will be using ram. If you plan on using a lot of programs, you will need more RAM.
Answer: Digital Subscriber Line (broadband connection)