• Profile
  • Resume
  • Portfolio
  • Blog
Avatar

Nelson Silva

A human. Being. Coffee lover.

Blog

I Write My Thoughts Here

November 30, 2021 C#

Functions in C#

In this post, you will learn how to work with functions so that you can use that same knowledge and thus evolve. a function is an organized and reusable piece of code that is used to perform a single related action; functions provide better modularity...

November 29, 2021 C#

break and continue in C#

In this post, you will learn how to work with break and continue so that you can use that same knowledge and thus evolve. break makes the life of the cycle come to an end, that is, makes it not iterate through anything else; continue...

November 26, 2021 C#

while and do while Loop in C#

In this post, you will learn how to work with while and do while loop so that you can use that same knowledge and thus evolve. a cycle allows executing an instruction or a set of instructions several times; the while and the while loops...

November 25, 2021 C#

foreach Loop in C#

In this post, you will learn how to work with foreach loop so that you can use that same knowledge and thus evolve. a cycle allows executing an instruction or a set of instructions several times; the foreach loop loops (iterates) depending on the items...

November 24, 2021 C#

for Loop in C#

In this post, you will learn how to work with the for loop so that you can use that same knowledge and thus evolve. a cycle allows executing an instruction or a set of instructions several times; the for cycle goes around (iterates) according to...

November 23, 2021 C#

Switch in C#

In this post, you will learn how to work with switch so that you can use that same knowledge and thus evolve. the switch is another way of working with decisions and can only check an equality relationship, that is, it cannot use comparison operators;...

← Page 19 of 28 →

Categories

  • Announcements
  • Python
  • C#
  • Java
  • Go

Latest Posts

  • for Loop in Go
    May 5, 2022
  • Switch in Go
    May 4, 2022
  • Comparison Operators in Go
    May 3, 2022
+351913416022
contact@nelsonsilvadev.com
Porto, Portugal
Nelson Silva © 2022 All Rights Reserved