ASCII
Posts  1 - 1  of  1
msisiriorio
How to write a assembly languege program that will prompt the user for two strings and computes the hamming distances between the two strings. the hamming distance is the number of bit positions where the two strings differ for example the ascII representation of the strings "too" and "bar" in binary. if the enters two string with different lengths, your program should return the hamming distance up to the length of the length of the shorter string . the maximum llength of the string could be 255 characters
Save
Cancel
Reply
 
x
OK