What is 'Input' and 'Output'?

Asked by blessing007 · 6 months ago

1 Answer

17
amorebise · 6 months ago Top Answer

Think of a blender. You put in fruit and milk (that's the Input). The blender does its work, and out comes a smoothie (that's the Output).

Every program is like that blender. It takes data from the user, processes it using your logic, and gives back a result. Your job is to make sure the 'processing' part works perfectly.

Log in to add a comment.