variable_name = informaion ( string must be enclosed in double quotes " "
= equalto mean ----> assignment operator
& ----> concadidate operator to join group of expressions.
Accepting user input in console application. (console.readline)
console.writeline("type P_name")
P_name = console.readline()
: colon sign to write more than one statement on same line.
Mathematical or Arithmatical operator:
+ Additional
- Subtractor
/ Division
\ Division
^ Raising Power
Mod---> Modulus/Remander operator
Dim a,b,c as integer
a = 100 : b = 500
c = a+b
console.writeline(a & "+" & b & " = " & c)
Plz suscribe my blog for more detail.
No comments:
Post a Comment