How to add or subtract values of two or more datatables and store it in another datatable

I have two datatables which stores the integer values. I want to add\subtract the values of these datatables and store the output in another datatable.

Please advise.

Thank you in advance.