Create an algorithm and flow chart for adding 37 and 64.

Not good or not bad very very very very very very very very very bad

Create an algorithm and flow chart for adding 37 and 64. Answer

algorithm for adding 37 and 67

Algorithm

Give me ans

I hate these types of questions "algorithm"

Step 1: Start

Step 2: Declare variables num1, num2 and sum.
Step 3: Read values num1 and num2.
Step 4: Add num1 and num2 and assign the result to sum.
sum←num1+num2
Step 5: Display sum
Step 6: Stop

So for adding 37 and 64

Step 1: Start
Step 2: Declare variables 37, 64 and sum.
Step 3: Read values 37 and 64.
Step 4: Add 37 and 64 and assign the result to sum.
sum←37+64
Step 5: Display sum
Step 6: Stop

And if you want answer of equation 37 and 64 so answer is 101

Very very bad

Bad