Answer to Question #274514 in Visual Basic for Mahi

Question #274514

Write a program which shows real num as output?

1
Expert's answer
2021-12-02T06:47:26-0500
Imports System.IO


Module Module1
    Sub Main()


        Console.Write("Enter number: ")
        Dim num As Double = Double.Parse(Console.ReadLine())




        Console.WriteLine("Num = {0}", num)




        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
New on Blog
APPROVED BY CLIENTS