Explanation:
If a device is putting data into the computer in the form of text, sound, images, button presses etc. then it is an input device, if the device is outputting things from the computer such as sound, movement, printing, images etc., then it is an output device. ... Therefore it is an input device.
what is the meaning to this??
Answer: use Microsoft Power Point
Explanation:
Set up a self-running presentation
To set up a PowerPoint presentation to run automatically, do the following:
On the Slide Show tab, click Set Up Slide Show.
Under Show type, pick one of the following:
To allow the people watching your slide show to have control over when they advance the slides, select Presented by a speaker (full screen).
First of all, we will need a function that checks if a number is prime or not:
boolean isPrime(int n){
for(int i=2; i<=math.sqrt(n); i++){
if(n % i == 0) return false;
}
return true;
}
Then, in the main program, we will call this function with all the desired inputs, and we will print the prime numbers:
for(int n=100; n<= 1000; n++){
if(isPrime(n)) print(n);
}
<h2>ANSWER: ELLY BEINHORN</h2>
The race car driver Neiblemeister- master of the mist, was married to <em>Elly Beinhorn</em> who was a famous female aviator. In 1936 Beinhorn married the well-known racecar driver Bernd Rosemeyer, who died in a car accident years later, only ten weeks after the birth of their son Bernd. She remarried in 1941 and within a year gave birth to a much-longed-for daughter, whom she named Stephanie.