Part 1: Create a table that shows differences in syntax between Java and Matlab. Have the statement/topic in the first column, a Java example in the second column, and the same example in Matlab in the third column. The statements/topics you have to consider are: o Output to the screen o if - else if - else conditional o while loop o for loop o expression with logical AND, logical OR, and logical NOT o 1d-array assignment ("create" a 1d-array and assign values to it) o 2d-array assignment ("create" a 2d-array and assign values to it) o method/function header Part 2: o What do you find the main difference (not syntax and not OOP) between Matlab and Java? o Can you think of a practical problem where you want to use Java instead of Matlab or vice versae to solve it?