Translate the following C++ program to Pep/9 assembly language. Code should also be commented.
#include using namespace std;int num1;int num2;int main (){ int i; cout < "enter="" two=""> cin >> num1 >> num2; for (i = num1; i <= num2;="">=> cout < i=""><> return 0;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here