+ 1
helep in code MARS
Write a MIPS code for the following high level code ------ Please enter the first number a= x; Please enter the second number b=y; if (x==y) then print<< " The two numbers are equal" else print<< " The two numbers are not equal" h MARS
3 odpowiedzi
+ 2
شكراً لك . ولكني لااحتاج إلى بايثون أحتاج إلى الاسمبلي
+ 1
if (a==b)
لم اكتب ب الاسمبلي من قبل
لكن هذا الكود بالبايثون
a=int(input())
b=int(input())
if(a==b):
print("The numbers are equal")
else:
print("The numbers are not equal")
ربما تستفيد منه