Page 1 of 1

complete the code above by pep9 form assembly

Posted: Wed Apr 27, 2022 5:06 pm
by answerhappygod
complete the code above by pep9 form assembly
Complete The Code Above By Pep9 Form Assembly 1
Complete The Code Above By Pep9 Form Assembly 1 (7.68 KiB) Viewed 17 times
void minimum (int ii, int i2) { if (i < i2) cout << il << " is less than " << i2 << endl; else if (i2 « il) cout << iz < " is less than " << i1 << endl; else cout << i1 << "equals " << i2 << endl; } int main() { int n, m; cout << "Enter two integers: "; cin >> n >> m; minimum (n, m); return 0; }