17
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.