Ask a New Question
Search
Write a program that input two numbers and find if second number is square of firs number
1 answer
read x,y
if y == x*x then {
yes
} else {
no
}
Ask a New Question
or
answer this question
.
Similar Questions
Write a java program to input an integer numbers and find the highest number among them (using array)
0 answers
Need help here how to do this program write the definition of a method that takes as input three numbers and returns the sum of
2 answers
I need your help to write a program using visual basic 2010 for the following:-
write a program that calculates the average of up
0 answers
Write the pseudocode for a program that allows the user to input 2 numbers. The program prints out the sum and the product of
1 answer
more similar questions