106k views
5 votes
What is a tractor and write an algorithm to calculate the sum of three number A B and C ​

1 Answer

3 votes

Answer:

The tractor is the technology of the machine that are developed exclusively providing the overhead cost effort at reasonable speeds for the objective of the transporting the truck or the equipment such as that used in the farming or in the manufacturing.Now a days Most of the tractor is controlled by the computer function .

Following are the algorithm that are mention below .

Step-by-step explanation:

Following are the algorithm for calculating the sum of three number A ,B and C ​

Step 1: Read the three number by user in the A B and C ​ variable .

Step 2: Declared the variable sum to holding the result of sum of the three number.

Step 3:Now performing the operation sum=A+B+C .This statement will calculating the sum of the three number.

Step 4: Finally print the sum variable

User Blueberry
by
5.3k points