Problem:
Question 1- Write a method in JAVA that, given two integers m and n, computes and prints the division table corresponding to all the numbers from m to n.
Question 2- Design a C++ program that will read a series of Roman numerals from a file (via Linux redirection). Each Roman numeral must be translated to its Arabic equivalent. Both roman and Arabic values must be displayed. Additionally, the program must count how many numerals were converted and sum the Arabic values.
Please describe the code with the help of comments.