Answer to Question #191193 in Visual Basic for Blessing

Question #191193

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


1
Expert's answer
2021-05-09T23:54:56-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS