• Profile
  • Resume
  • Portfolio
  • Blog
Avatar

Nelson Silva

A human. Being. Coffee lover.

Blog

I Write My Thoughts Here

March 4, 2022 Java

return in Java

In this post, you will learn how to work with return so that you can use that same knowledge and thus evolve. the return aims to return something from a function so that when calling this function, you have access to the returned value. package...

March 3, 2022 Java

Functions in Java

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...

March 2, 2022 Java

break and continue in Java

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...

March 1, 2022 Java

while and do while Loop in Java

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...

February 28, 2022 Java

foreach Loop in Java

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...

February 25, 2022 Java

for Loop in Java

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...

← Page 8 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