223k views
3 votes
Write an expression that continues to bid until the user enters 'n'.

User Skycc
by
6.2k points

1 Answer

2 votes
First, measure the value
next Bid if not equal to n
keep going
next Bid equal to n
stop

I am not really sure that programming language you are using but that should be the basic flow of the commands
User Mike Robins
by
6.0k points