Ask a New Question
Search
Write the pseudocode for a program that allows the user to input 2 numbers. The program prints out the sum and the product of the 2 numbers. Draw the flowchart.
1 answer
read x,y
print x+y, x*y
Ask a New Question
or
answer this question
.
Similar Questions
Write a pseudocode and algorithm that to else the user to input 10 numbers in program we display the largest number
2 answers
Develop a pseudocode algorithm that prompts the user to input his/her name and age. If the age
entered is less than 0 or greater
4 answers
Write an algorithm and pseudocode that represents a program that allows a user to enter two numbers. Your program should
7 answers
write a program that will prompt the user for a value and print the value entered to the screen. The program stops when the user
1 answer
more similar questions