Answer:
Maintenance
Explanation:
Maintenance
This primarily involves updating and making improvements based on user feedback, as well as resolving any defects that arise.
Answer:
I think it's True but I don't know sorry if I'm wrong
Answer:
true I know this cuz I smart
Answer:
Programming is a set of instructions i.e. Input given by the user to the computer to perform a particular task and give the desired result i.e. output.
Final Answer
s=0
for i in range(1,26):
s=s+ i
print(s)
Explanation:
IF THE ANSWER IS CORRECT THEN MARK A BRAINLEST