Write the code for subtracting two numbers in Visual Basic.
Please it is urgent
Answers
Answered by
0
Explanation:
To subtract two numbers is visual basic. we can use (-) operator. the below code will print Subtraction of two numbers: 10
Console.WriteLine("Subtraction of two numbers: " & (30 - 20))
Don't Forget to follow me and mark me as a Brainliest!
Similar questions