algorithm :
Start
Declare variable vendorName
Declare variable vendorAge
Declare variable vendorLocation
Declare variable counter=0
for(counter=0;counter<5;counter)
Read the vendor name
Read the vendor age
Read the vendor location
end for
for(counter=0;counter<5;counter)
Display the vendor name
Display the vendor age
Display the vendor location
end for
Stop
flowchart:
Comments
Leave a comment