Computer Science, asked by EiJAZZ8030, 10 months ago

Write and run (using appropriate calling program) a near procedure in 8086 assembly
language that checks if the input parameter has a value less than 5. If the value is less than 5
then subroutines displays the line "Parameter value is less than 5" else it displays "Parameter
value is >= 5".

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
1

Answer:

usr/bin/py thon

str1 = “this is string example… ,wow!!!”;\

str2 = “exam”;

print strl.find(str2);

print strl.find(str2,10);

print strl.find(str2, 40);

hope you have understood

Similar questions