Computerpro
This page lists questions and answers that were posted by visitors named Computerpro.
Questions
The following questions were asked by visitors named Computerpro.
Answers
The following answers were posted by visitors named Computerpro.
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
2 years ago
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 a...
2 years ago