answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Problems and how to write in pseudocode?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

write a pseudocode to accept a number and find if it is prime or not?

Yes


How do you write a pseudocode with conditions?

Start Input x, y ; If (x


How do you write a pseudocode program for finding out x to the power of y?

X**y


Write the Pseudocode to find the factorial of a number?

Pseudo code+factorial


Write a pseudocode statement that assigns the value 27 to the variable count?

count := 27


Explain Pseudo code for circular linked list?

write pseudocode for link list


How do you write the semicolon symbol in a pseudocode logic program delaing with classes?

Any of these: PRINT semicolon EMIT ; WRITE ";" etc.


What is the pseudocode for converting Fahrenheit to Celsius?

Oh, converting Fahrenheit to Celsius is like painting a happy little tree. Here's a simple pseudocode for you: Input the temperature in Fahrenheit Subtract 32 from the Fahrenheit temperature Multiply the result by 5/9 to get the temperature in Celsius Just remember, there are no mistakes in pseudocode, only happy little accidents.


How do i write an algorithm using pseudocode especially when it concerns salary and net salary?

to find area and perimeter of a rectangle


Write a pseudocode statement that declares the variable cost so it can hold real numbers?

floating-point variable cost


Write a pseudocode statement that multiplies the variable subtotal by 0.15 and assigns the result to the variable totalfee?

set totalfee = subtotal * 0.15


What motivates people to write their own code?

Actually it depends on the type of problem you are addressing. It is any way near to your interest then programming is always easy. Whatever the problem be and if you want to solve it.....then just write a pseudocode in your own words. Divide the problem in sub problems, address each individually. It helps a great deal.