Answer: C. It is not possible for any top computer hacker to gain access to a computer equipped with the recognition software solely by virtue of skill in replicating the structure of fingerprints
Explanation:
Option A is incorrect. There's no information on the speed and analysis of the fingerprint.
Option B is incorrect. No information regarding computer installation was given in the passage.
Option C is correct. With the information, it can be concluded that it is impossible for a top hacker to have access to the protected computer.
Option D is Incorrect. Information regarding time and investment costs that were incurred during the software development wasn't given in the passage
Option E is Incorrect. The passage didn't give information on the errors that the software produced.
Answer:
weightEarth = float(input("Enter weight on earth: "))
weightMoon = weightEarth/6
print("Weight on moon:", weightMoon)
Explanation:
You have to convert the string input into a float in order to do calculations with it.
Answer:
There is no need to make an algorithm for this simple problem. Just add the two numbers by storing in two different variables as follows:
Let a,b be two numbers.
c=a+b;
print(c);
But, if you want to find the sum of more numbers, you can use any loop like for, while or do-while as follows:
Let a be the variable where the input numbers are stored.
while(f==1)
{
printf(“Enter number”);
scanf(“Take number into the variable a”);
sum=sum+a;
printf(“Do you want to enter more numbers? 1 for yes, 0 for no”);
scanf(“Take the input into the variable f”);
}
print(Sum)
Explanation:
hi there answer is given mar me as brainliest
Errors in compilation happen, or it runs but then doesn't recognize the input. Also you can't transform into other types of variables.