My program is suppose to read in a string of characters and generate 20 random strings consisting of 10 characters from the original string. I can't seem to get my loops quite right.
STR1 BYTE "Enter a String of Characters, Press Enter when done ",0
BUFFER BYTE 50 DUP (0)
BYTECOUNT DWORD ...
I'm trying to work on a program and the idea of the program is to first promt the user for a string of characters, read in and store the string of characters, Then generates 20 random strings each of 10 characters long based on the original string, and displays each random string on line after...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.