HACER LOS PROYECTOS DEL CAPÍTULO 3 DEL LIBRO DE PELLAND, PATRICE: MICROSOFT VISUAL BASIC 2005 EXPRESS EDITION.SUBIR USANDO EL BOTON DE EXAMINAR

Hello friends technoupdatviral, on this occasion the admin wants to share an article entitled HACER LOS PROYECTOS DEL CAPÍTULO 3 DEL LIBRO DE PELLAND, PATRICE: MICROSOFT VISUAL BASIC 2005 EXPRESS EDITION.SUBIR USANDO EL BOTON DE EXAMINAR, 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.

PARA CODIFICAR UNA APLICACIÓN EN CONSOLA

 

Module Module1

 

    Sub Main()

        ' Declaring two integer numbers variables that will hold the 2 parts

        ' of the sum and one integer variable to hold the sum

        Dim number1, number2, sum As Integer

        ' Assigning two values to the integer variables

        number1 = 10

        number2 = 5

        ' Adding the two integers and storing the result in the sum variable

        sum = number1 + number2

        'Displaying a string with the 2 numbers and the result.

        Console.WriteLine(“The sum of “& number1.ToString() & “ and “ & number2.

            ToString() & “ is “ + sum.ToString())

        Console.ReadLine()

 

    End Sub

 



End Module

PARA CODIFICAR UNA APLICACIÓN EN WINDOWS

 

Public Class Form1

    Private SubButton1_Click(sender As Object, e As EventArgs) HandlesButton1.Click

        ' Declaring two integer numbers variables that will hold the 2 parts

        ' of the sum and one integer variable to hold the sum

        Dim number1, number2, sum As Integer

        ' Assigning two values to the integer variables

        number1 = 10

        number2 = 5

        ' Adding the two integers and storing the result in the sum variable

        sum = number1 + number2

        'Displaying a string with the 2 numbers and the result.

        MessageBox.Show(“The sum of “& number1.ToString() & “ and “ & number2.

            ToString() & “ is “ + sum.ToString())

 

 

    End Sub

End Class








That's the article: HACER LOS PROYECTOS DEL CAPÍTULO 3 DEL LIBRO DE PELLAND, PATRICE: MICROSOFT VISUAL BASIC 2005 EXPRESS EDITION.SUBIR USANDO EL BOTON DE EXAMINAR
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 HACER LOS PROYECTOS DEL CAPÍTULO 3 DEL LIBRO DE PELLAND, PATRICE: MICROSOFT VISUAL BASIC 2005 EXPRESS EDITION.SUBIR USANDO EL BOTON DE EXAMINAR with link address https://technoupdatviral.blogspot.com/2021/06/hacer-los-proyectos-del-capitulo-3-del.html

More Articles

Post a Comment

Previous Post Next Post

Iklan In-Feed (homepage)

" target="_blank">Responsive Advertisement

#Advertisement