Question #191193

Write a program to computer the value of 1500+1000-450*10+300


Expert's answer

Module Module1
    Sub Main()
        Dim result As Double = 1500 + 1000 - 450 * 10 + 300
        Console.WriteLine("1500+1000-450*10+300 = {0}", result)
        Console.ReadLine()
    End Sub
End Module



Output:



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS