Even numbers are numbers whigh are divisible by 2. Therefore, the first even number is 2. A pseudocode which adds the first 100 even numbers can be written thus :
counter = 0
sum = 0
interval = 2
while counter < 100 :
sum = sum + interval
interval += 2
counter +=1
print(sum)
- A counter takes count of the number of values summed
- Initializes a variable which holds the sum of even values
- Since even numbers are divisible by 2; every factor ; increase every added value by 2
- The program ends once counter is 100
Learn more : brainly.com/question/25327166
Answer:
The majority of big data experts agree that the amount of generated data will be growing exponentially in the future. In its Data Age 2025 report for Seagate, IDC forecasts the global datasphere will reach 175 zettabytes by 2025. To help you understand how big it is, let’s measure this amount in 128GB iPads. In 2013, the stack would have stretched two-thirds of the distance from the Earth to the Moon. By 2025, this stack would have grown 26 times longer.
What makes experts believe in such a rapid growth? First, the increasing number of internet users doing everything online, from business communications to shopping and social networking.
Explanation:
Answer:
Ahhh i wanna help so bad hold on
Explanation:
Answer:
the save command is located in the file menu