Question
Write a pseudo code that allows a user to enter the names and phone numbers of up to 20 friends
Answers
bobpursley
zero array:
counter=1
subroutine enter
while counter < 21
enter array1(counter) name: Input Name(counter)
enter array1(couter) tele: Input
tele(counter)
counter=1+counter
continue
else end
counter=1
subroutine enter
while counter < 21
enter array1(counter) name: Input Name(counter)
enter array1(couter) tele: Input
tele(counter)
counter=1+counter
continue
else end
54665456554654*999
Related Questions
Hi, I'm confused about an assignment. I'm not sure what to do and would like some help.
An exampl...
Draw a flowchart or write pseudo code to represent the logic of a program that allows the user to en...
Purpose:
• Write AND OR & NOT logic in pseudo-code and Raptor.
Requirements:
In Notepad, write pseud...
Create a running sum. A user will enter umbers that willbe added to the sum and when a negative numb...