Project will be a console application o Name Assignment1 Saved in the Projects folder titled Assignment 1 Module name is o Assignment1 Window name o Assignment One Comments o Name O Date o Assignment 1 o Comment on each action • Dim the following variables o Numl o Num2 O Sum o Assign value to Num1 and Nun2 Num1 = 5 Num2= 7 • What will the program do O Add the Num1 and Num2 numbers and assign the value to Sum O Print value to screen O Subtract the Num1 and Num2 numbers and assign the value to Sum Print value to screen O o Multiply the Num1 and Num2 numbers and assign the value to Sum Print value to screen O Divide the Num1 and Num2 numbers and assign the value to Sum Print value to screen Mod the Num1 and Num2 numbers and assign the value to Sum Print value to screen