sarahgroff3034 sarahgroff3034 08-01-2024 Mathematics contestada Implement the following pseudocode in assembly language: If (EBX > ECX and EBX > EDX) or (EDX > EAX) then X = 1 else X = 2.a) Assembly codeb) Python codec) Java coded) C++ code