A blog for computer science passionates.

Monday, 20 April 2020

Hello Friends!!!Welcome to passionforcs,In this article, we are going to learn Iterative statements in Java. Iterative statements are generally known as looping statements. Looping statements are used to create a chain to perform the same task. such as if we want to print PassionForCS for five times, we can print the same sentence simply by using System.out.println()...

Tuesday, 7 April 2020

Hello Friends!!!Welcome to passionforcs,Today I am going to share decision making statements :) Make Firm Decision & Draw Your PathImage Src: pixabayas you are already familiar with decision making. So, let's start with the decision making statements.There are different decision making statements available in Java such as, Statement ...