Answer:
Since no programming language is stated, python will by used.
Explanation:
def isPrime():
#first we ask for a number that will be tested
data= int(input("please enter a number"))
#the next line is where the number will be tested to see if its a prime
if (data>1):
if(data % 2)==1:
print("true")
else:
print("False")
else:
print("Enter a number greater than 1")
isPrime()
The answer is B because cyber crime is when a computer is used to commit criminal activities.
Yes they can contain copyright
- Tons of celebrities live in California. You have the kardashians, youtubers and internet stars, musicians, millionaires, etc.
-California is known for gold, silicon, etc.
-Some words that describe California are "economic", "melting pot", "adventurous" "beaches" "Hollywood" "sunny" etc.