Answer:
- You need to create a variable outside (before) the input loop.
- You need a variable inside your loop that temporarily holds the user input.
- In your loop, you will compare if the variable outside the loop is greater than (or less than) the new user input.
I don't know what program language you are using, but I will use python since it's easy to read and you will get the idea if you're using a different programming language.
<u>Code (Python)</u>
largestnum = 0
for x in range(6): <em>#loops 6 times</em>
newnum = int(input("Enter a number: ")) #ask user for input & converts to int.
if newnum > largestnum: <em>#if new number is greater than largest num </em>
largestnum = newnum <em>#make it the largest number</em>
<em> </em>print("Largest:", largestnum)
The reason why you need a variable outside of the loop is because after the loop is done all variables inside the loop are trashed and can no longer be accessed outside of the loop.
Mouse lets you point to objects on your screen, click on them, and even move them.
A computer is a machine that can be programmed to carry out sequences of arithmetic or logical operations automatically. Modern computers can perform generic sets of operations known as programs.
A computer mouse is a handheld hardware input device that controls a cursor in a GUI (graphical user interface) for <em>pointing, moving and selecting text, icons, files, and folders</em> on your computer.
Find out more on mouse at: brainly.com/question/22247989
Cacky fart face diareaah and farts= mc2 because youfhvh h h h hh h h hh h h h h hh h h hh h hh h h snd that is the answer rk rjhd wkesryn
Answer: d)biases.
Explanation:In the research field,the biases arise due to the failure in the experiment or some error .It is also known as the experimental bias.
It is the process in which the researchers do the research to produce the output that is desired by them than the actual result. Thus this is also a main reason for the bias factor. So, the scientist should try to eliminate the biases.
Answer:
Many things are true about it