Answer to Question #325730 in Visual Basic for Dusten

Question #325730

Write a program to compute the value of 1500+1000-450*10+300÷5


1
Expert's answer
2022-04-08T06:08:15-0400
Module Module1
    Sub Main()
        Dim result As Double = 1500+1000-450*10+300/5
        Console.WriteLine("1500+1000-450*10+300/5 = {0}", result)
        Console.ReadLine()
    End Sub
End Module

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
APPROVED BY CLIENTS