Write a pseudo code that allows a user to enter the names and phone numbers of up to 20 friends

Answers

Answered by 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
Answered by hjk
54665456554654*999
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions