vildashnetwork02@gmail.com 654598457


CHAPTERFOUR

Be focused and you will archive alot. choose your ON C

Explore more

history of html

Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic odit rem dolorum molestiae fugit deserunt exercitationem recusandae, itaque ratione harum sit repellat dolor temporibus deleniti non voluptatem nostrum quas? Cumque veniam, molestias id natus pariatur dolores aut nemo iure facilis expedita, temporibus exercitationem ullam ex officiis reiciendis quaerat enim consequuntur.

Introduction to comments:

in Programming, a comment is a programmer-readable explanaition or annotation in the source editor. comments are ignored by the compiler. in c# there are two ways of commenting:

single line(//comment)

multi line (/*comment*/)







Introduction to comments:




in Programming, a comment is a programmer-readable explanaition or annotation in the source editor. comments are ignored by the compiler. in c# there are two ways of commenting:
`` `

Using System.IO;
Using System;
class program{
static void Main(){
// this is a single line comment
/* this is a multi line comment */
}
}
        
            
 Introduction to literals

this is a notation for representing a fixed value . in sinmple words , it is a value written as it is meant to be intepreted.
               
variable represents different values and a constant represents thesame value. A literal is the value itself.
               
               
Example: company = "onepercent"
               
               
the value onepercent is a literal
               
INTRODUCTION TO KEYWORDS:
               
               
leywords are predefined, reserved words used in Programming that have special meanings to the compiler
               
               
keywords are part of the syntax and they cannot be used as identifiers.
               
               
here are the list of keywords in c#: break, char, checked, continue, double, explicit, do, event, finally, foreach, in operator, private, ref, whort, struct, true, ulong, while.
               
               
TOKENS
               
               
a token is the smallest unit in a c# program which are meaningful to the compiler.
               
               
tokens are divided into 6 different types: keywords(example: if, int), identifiers(int quantity, price) etc
               
               
Introduction to operators
               
               
An operator is a symbol that operates on a value or a variable. for example. <#>+ is and operator to add numbers.
               
               
the types of operators that exist are: arithmetic, logic, increment/decrement, comparism, logical, assignment and bitwise operators.
               
               
INTRODUCTION TO ACCESS SPECIFIES.
               
               
acces specifiers are used for determining or setting the boundry for the availiability of class members outside its class.
               
               
access specifies are important to impliment data hiding
               
               
it is an important element of OOPS concepts
               
               
PUBLIC: all the class members declared under public will be availiable to everyone
               
               
PRIVATE: the class members declared as private can be accessed by the functions inside\ the class
               
               
PROTECTED: all the members declared as protected are inaccessible outside the class but can accessed by subclass of the class.
               
               
INTERNAL: the class members declared as internal are accessible by other functions and ] objects lying withing the assembly. assembly is the produced .dll or .exe from .NET Code
               
               
                      
            
        


            
input and output

Console.WriteLine()
                
                
the Console.Writeline() is a method used to send formated output to the screen.

                
Any text within " " is printed as it is.
                
                
after, is where you specify the identifier who's value you would like to print. you can specify multiple values and it will be printed as in the index specified inside {}. the data would then be printed in the place of the {}.
                
                
Console.ReadLine()
                
                
the Console.ReadLine() is a method to accept input from the user.
                
                
Console.ReadLine() returns a value entered by the user and that value is then stored into a variable for later.
                
                

            
        

Using System;
Using System.IO;
namespace Sample{
class Test{
static void Main(string[] args){
int x = 12;
int y;
Console.Wriline("hello world");
Console.WriteLine("value of x is {0}", x);
Console.WriteLine("Enter a value");
y = Console.Readline();
Console.WriteLine("value of y is {0}", y);
}
}
}        
Output:

output: hello world
input: enter a value
input: 15
output: value of is 15
          





try outs




introduction to control statements

a control statement is responsible for deciding which statement to execute (if statement) it also decides the number of times a statement executes examples:if, if else, else if ladder, nested if, switch case, while loop, do-while loop, for loop, nested loop; if: simple if checks if a condition is true. it only executes if the condition is true.

                    
syntax
  
if(condition){
code;
}
                         
                    
                

Using System;
Using System.IO;
namespace Mynamespace{
class Program{
static void Main(string[] args){
int age;
int max = 12;
Console.WriteLine("enter your age ");
age = Console.ReadLine();
if (age == max){
Console.WriteLine("you can enter"){
}
if(age>12){
Console.WriteLine("you cannot enter not for adults")
}
}
}
}
}
                
Output:

output: enter your age
input: 13
output: you cannot enter not for adults

             

TESTIMONIES

vildash network team has had alot of impact on others but here are the vildash network team testimonies and expirience while working with the team

favour

am a graphic designer for vildash. when i first join vildash my first dream was programing but i got to know that programing neeeds alot of patients and coding but now my dream is more on the front end so i design graphics and make amazing ui/ux design. vildash is and amazing and great team

MR BK

when i first joined vildash my first vision was that i wanted to upgrade my skills and i really wanted to take a longer time but with vildash i got to know the fastest way in other to be perfect in programing and building amazing projects with ease

MR ENGEBEL

i was nothing in programing and i was discouraged cause i discovered that all programers had laptops but i didnt have and i got discouragecd cause, i thought i didnt evn have that chance to be a programer because of that but when i join vildash i got to know that its not just about the laptop its about the determination and if i have the determination i can archive. and i got to start programing with just my android phone and just like that am gradually getting there

MR LEWIS

vildash network has given me a chance to become a programmer, i now do thinks i didnt know i would be able to do, i now know tyhat i dont have to get distracted i need to stay focused and archive my goals

MR BROSKII

am a good programmer and i didnt have a team but i never knew how working with a team fills like but vildash network has given me the best expirience of how that feel, now i can boast of working with a team and the best team. it feels really greate cause with vildashi have to know that i can use my skills to do more than i dreamed of.

Events

you can now connect and text other users from our database. you just neeed to click bellow to message them

  • connect with programmers

    you can ask for help form them and also you can solve problems with them.

    click here to start chat
  • capabilities

    you can send and recieve messagies. you can send emojies, images, and you can also chat privately with a memeber and you can see when a member is online or offline

    click here to start chat

OUR CODE EDITORS

WE HAVE CODE EDITORS FOR LANGUAGES LIKE C, C#, C++, HTML, CSS, javascript, JAVA VISUAL BASIC

WHAT WE ARE OUT TO DO

We dont just teach you to code we teach you to code and build amazing systems.we are group of expert who wants to promote our field of studies