answersLogoWhite

0

Pseudocode is typically only used to describe the solutions to large problems. It is used to make complex things simple. If part of your pseudocode included telling someone to add two numbers, you would simply write: num1 + num2

User Avatar

Wiki User

16y ago

What else can I help you with?

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


How to write pseudo code effectively?

To write pseudo code effectively, start by clearly defining the problem and breaking it down into smaller steps. Use simple language and logical structure to outline the algorithm without worrying about syntax. Make sure to include comments to explain the purpose of each step and test your pseudo code to ensure it accurately solves the problem.


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.