How would i write a program in VB.net (Arithmetic)?

Bob

New member
Write a program with four procedures that accepts two integers and prints the result for all four basic arithmetic operations (addition, subtraction, multiplication, and division). Call each procedure twice in the program once directly by the procedure name and the next time by a delegate.

Thats what i need to do, how do I do it?
 
Back
Top