num = int(input("Enter a number: "))
i = 2
while num > 1:
if num % i == 0:
num = num / i
print(i, end=" ")
i = 2
i += 1
I hope this helps!
Answer:
See attachment for flowchart
Explanation:
Required
Flowchart to fine even from 1 to 50
The flowchart has been attached.
The rough algorithm (explanation) of the flowchart is as follows.
1. Start
2. Initialize num to 1
3. Check if num is less than or equal to 50
3.1 If yes
3.1.1 Check if num is even
3.1.1.1 If yes
3.1.1.2 Print num
3.1.3 Increase num by 1
3.2 If num is greater than 50
3.2.1 Stop
4. Goto 3
Answer:
B. Everywhere CFCI is not
An example of new technology that is having a negative impact on sustainability is using multiple servers to maintain a cryptocurrency operation.
<h3>How does technology influence sustainability?</h3>
The use of technology is one that have a lot of power to increase productivity, efficiency and cost savings, and others but it is also known to have a negative effect on the environment.
Sustainability implies that one meets the needs of people without having to compromise the power of future posterity to meet their own needs.
Learn more about sustainability from
brainly.com/question/25350238