With the web 1.0 sites, users Passively receive information, whereas with web 2.0 sites, users<span> participate with the site.
In short the answers would be : </span><span>Passively receive information and participate with the site.
Hope this helps !
Photon</span>
The programmers should keep lines of code short because It makes the code more readable by other programmers.
<h3>
Short lines of Code</h3>
Normally, a shorter lines of code are more efficient than spreading the code over several lines
Also, If a programmer have more lines of code, there are more places for bugs to hide and finding them might be more of a hassle.
So, the fewer lines of code can achieve the same results or much better than many lines of code
Hence, the programmers should keep lines of code short because It makes the code more readable by other programmers.
Therefore, the Option A is correct.
Read more about Short lines of Code
<em>brainly.com/question/20475581</em>
Answer:
They are called System Requirements.
Explanation:
Answer:
theSum = 0.0#defined in the question.
count=0 #modified code and it is used to intialize the value to count.
data = input("Enter a number: ") #defined in the question.
while data != "": #defined in the question.
number = float(data) #defined in the question.
theSum += number #defined in the question.
data = input("Enter the next number or press enter to quit ") #defined in the question "only some part is modified"
count=count+1#modified code and it is used to count the input to print the average.
print("The sum is", theSum)#defined in the question.
print("The average is", theSum/count) #modified code and it is used to print the average value.
output:
- If the user inputs as 1,4 then the sum is 5 and the average is 2.5.
Explanation:
- The above code is written in the python language, in which some part of the code is taken from the question and some are added.
- The question has a code that tells the sum, but that code is not print the average value of the user input value.
- To find the average, some codes are added, in which one count variable which is initialized at the starting of the program and gets increased by 1, when the user gives the value.
- Then that count divides the sum to print the average.
Yes the ansewer is c bc you can look it up!