In way assigning the value to variable with the help of another variable. In this the syntax we technically called as ' casting '. ...
 Read More 
6 How to Calculate the range of Data Types?
 If you want to represent any data in machine level we required two electronic pluses ON and OFF . We represent this pluses with the help of...
 Read More 
4 How to Assign Literal to Variable
 Literal means a  Value . Means our topic is how to assign value to a variable.   Mainly in Java we have 5 types of  assignment:   1) With t...
 Read More 
2 Introduction, Focus and Importance of Software Engineering
 First we go understand what is Software and what is Engineering.   Engineering:  The Process of designing and building something that serve...
 Read More 
5 Arithmetic Operator in VB.net
 Code:  In this we are adding two numbers as per the input given in two textbox.    Public Class Form1       Dim Number1 As Integer      Dim...
 Read More 
4 If Else in VB.Net
 Syntax:   If <Condition> Then     Statements  Else If <Condition> Then      Statements  Else    Statements   End If     Code:  ...
 Read More 
3 Declare Variable in VB.NET
 To Declare Variable in VB.NET  :  We require a keyword called as " Dim ".   Dim: It declare and allocates storage space for one o...
 Read More 
2 VB.NET On Click Button Show Message
 To show message on screen on click button:   We require one button and a method Message.show    Code:    Public Class Form1      Private Su...
 Read More 
Subscribe to:
Comments (Atom)