answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you write a pseudo code that accept a sum of two numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can i write pseudo code for C plus plus if i haven't even wrote the program yet?

You are going about this backwards. First, define the program. Second, describe its algorithm. Third, if needed, write pseudo code. (Sometime, algorithm and pseudo code is the same process.) Fourth, or third, write real code.


How does pseudo code operate?

It doesn't. Pseudo code isn't a programming language, it is just there to give an idea of how you could write a program.


What is pseudo code algorithm for create a linked list with a header and insert a four numbers to the list?

pseudo code algorithm to create a linked list


How do you write a pseudo code for find the quadratic equation?

computer scince


Write the Pseudocode to find the factorial of a number?

Pseudo code+factorial


Write a pseudo code to display prime numbers from 1-1000?

loop i from 0 to num check if num mod i equals 0breakelsesum = sum + numend the loopprint the sum


Explain Pseudo code for circular linked list?

write pseudocode for link list


What is the pseudocode for converting Fahrenheit to Celsius?

how to write the pseudo code for : (5/9)(f-32)


Who uses pseudo city code 9NC1V?

A pseudo city code is a short code of numbers and letters used by global distribution systems, or GDS, to identify different travel agency offices. The code 9NC1V is not registered in any public database as being an active code.


Write a pseudo code to find the sum of digits of a given number reducing them to a single digit?

5


How do you write algorithm with its equivalent pseudo code that sums all even numbers between 1 and 20 s?

Something like this: sum = 0 for i = 2 to 20 step 2 { sum = sum + i }


Why is pseudo code called false code?

Pseudo code cannot be processed by a machine, it is solely intended for processing by humans.