answersLogoWhite

0


Best Answer

X**y

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write a pseudocode program for finding out x to the power of y?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

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


How do you write a pseudocode program that commutes and displays a 15 percent tip when you input the price of the meal?

input price calc tip = price*0.15 print tip


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

Yes


Shell program for gcd of three given numbers?

write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html


How do you write a pseudocode with conditions?

Start Input x, y ; If (x


Write a c program for false position method?

Write a simple program in finding roots x^3-6x^2+11x-6.1=0


Is pseudocode a combination of programming language and machine code?

No. Pseudocode is not used to write complete programs; rather, it is an overview of what you want to achieve. For example, the following pseudocode is for a program to print a list of square roots: for i = 1 to 10 show i, i*i A specific programming language may not have a "show" command, and the structure of the "for" loop might be different; additional setup and cleanup commands may also be required in a real computer program; the purpose of this pseudoce is merely to explain, to a human, what you want to achieve. The real code, with more detail, will have to be added later.


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 a java program for finding multiligual languages?

You can use Java's built-in functions to write a code that will find multilingual languages.


What is the pseudocode for converting Fahrenheit to Celsius?

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