Realizar un proyecto que acepte 2 números por pantalla e imprima la sumatoria

Hello friends technoupdatviral, on this occasion the admin wants to share an article entitled Realizar un proyecto que acepte 2 números por pantalla e imprima la sumatoria , we have made good, quality and useful articles for you to read and take information in. hopefully the post content is about INFORMÁTICA, PROGRAMACIÓN, which we write you can understand. Alright, happy reading.



Module Module1

 

    Sub Main()

        Dim Numero1 As Integer

        Dim Numero2 As Integer

 

 

 

        Console.WriteLine("Introduzca el primer número")

        Numero1 = Console.ReadLine()

 

        Console.WriteLine("Introduzca el segundo número")

        Numero2 = Console.ReadLine()

 

 

        Console.WriteLine("El resultado de la suma es: " & Numero1 + Numero2)

        Console.ReadLine()

    End Sub

 

End Module



That's the article: Realizar un proyecto que acepte 2 números por pantalla e imprima la sumatoria
Thank you for visiting my blog, hopefully it can be useful for all of you. Don't forget to share this article with your friends so they also know the interesting info, see you in other article posts.

You are now reading the article Realizar un proyecto que acepte 2 números por pantalla e imprima la sumatoria with link address https://technoupdatviral.blogspot.com/2021/06/realizar-un-proyecto-que-acepte-2.html

More Articles

Post a Comment

Previous Post Next Post

Iklan In-Feed (homepage)

" target="_blank">Responsive Advertisement

#Advertisement