The document provides instructions for creating a flowchart to calculate total marks from two tests. It involves inputting the marks from test 1 and test 2, processing them by adding marks1 and marks2 together, and outputting the result.
1 of 1
Download to read offline
More Related Content
activity flowcharts
1. Activity
Create a flowchart based on the following
instructions-
Finding the total marks from 2 tests
1.Input is marks1 and marks2
2.process is results=marks1+marks2
3.Output is display Result.