answersLogoWhite

0

How do you use veto?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

num$=""

error=FALSE

PRINT " Enter ISBN number"

INPUT num$

IF LEN (num$)<>10 THEN error=TRUE

FOR pos%=1 TO 10

character$=MID$(num$, pos%,1)

IF ASC(character$)<48 OR ASC(character$)>57 THEN error=TRUE

NEXT

IF error= FALSE THEN

multiplier%=11

FOR pos%=1 TO 10

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi

Add your answer:

Earn +20 pts
Q: How do you use veto?
Write your answer...
Submit
Still have questions?
magnify glass
imp