Skip to content
Menu
Code for Java c
  • Home
  • Java
    • Java Examples
    • Java tutorials
  • C
    • C tutorials
    • C Examples
  • C++
    • C++ Tutorials
    • C++ Examples
  • Python
    • Python Tutorials
    • Python Examples
  • About
    • About me
    • contact us
    • disclaimer
    • Privacy Policy
Code for Java c

Category: If statement

Java program to display natural numbers from 1 to n – in 5 ways

Posted on October 5, 2019October 6, 2019

Java program to display natural numbers from 1 to n In this tutorial, we will discuss the Java program to display natural numbers from 1 to n through different 5 ways In this post, we are going to learn how to print natural number from 1 to entered number in different 5 ways Program 1…

Nested if statements in Python language

Posted on October 3, 2017January 24, 2020

Nested if statements in Python language In this tutorial, we will discuss the Nested if statements in Python language. “Nested if” can check a condition using if statements one after another if the condition resolves to be true. We can have one if … elif… else statements inside another if …. else statement. This is…

if elif else statements in python language

Posted on October 1, 2017January 24, 2020

if elif else statements in python language In this tutorial, we will discuss the concept of “if” “elif” “else” statements in python language. In this post, we are going to learn how to use the if-else statements to decision making if condition in python if test_expression:     statement(s) Flow diagram of the if-else statement in…

Nested if in C++ Programming Language

Posted on October 1, 2017September 28, 2020

Nested if in C++ programming Language In this tutorial, we will discuss the Nested if in C++ language In C++, use of if statement in another if block or another else block is known as nesting if. So, it can be used in more than one if block in one program. Syntex   Flow diagram…

Nested if in C programming Language

Posted on August 29, 2017October 20, 2019

Nested if in C programming Language In this tutorial, we will discuss the Nested if in C programming Language. The nested if-else statement refers to the use of one if-else statement inside another if-else statement. Inside means, one or more condition is evaluated by the nested if statement.  In nested if statement, when the condition…

if condition programs example in Java

Posted on January 3, 2017December 26, 2019

if condition programs example in Java In this article, we will discuss the if condition programs example in Java How to write small programs using  if else statement in java If condotion is a booleam expression can be use check condition in many programming languages for software development similar, C, C++, php etc… for write…

Nested if else in Java programming language

Posted on January 2, 2017December 26, 2019

Nested if else in Java programming language In this article , we will discuss the Nested if else in Java programming language Nested if statement Nested if-else statement,which means use one if – else statement inside another if – else statement. Inside means if body or else body. One or more condition are evaluated by…

C programming if else if else statements

Posted on August 20, 2016January 29, 2020

C programming  if else if else statements In this tutorial, we will discuss the subject of C programming if else-if else statements In this post, we are going to learn how to use if else-if else statements in C programming first, The if statement evaluates the Boolean Expression inside the parenthesis. when the expression is…

if condition programs in C++ language

Posted on July 17, 2016April 2, 2020

if condition programs in C++ language In this tutorial, we will discuss some “if condition programs” with its solution The if statement is used to evaluate the test expression inside the parenthesis in C++ language. When the test expression is evaluated to true, the Body of “if statement” will be executed. When the test expression…

Java programming if condition with example

Posted on February 19, 2016January 29, 2020

Java programming if condition with example In this article, we will discuss the Java programming if condition with example In this post, we will learn ow to use Java programming if statements with examples If condition Java   if condition one of the decisions making statements in Java similar other languages C, C++, etc; if…

  • Previous
  • 1
  • 2
  • 3
  • 4

tag

Addition (6) Array (38) C++ language (91) C language (98) c sharp (23) Division (6) Function (29) if else (32) Java language (102) JavaScript (5) loops (137) Multiply (7) Oop (2) patterns (65) PHP (13) Python Language (38) Subtraction (7) temperature (20)

Archives

Categories

Address

Global information technology

Puloly south, PointPedro

Jaffna

Srilanka

©2025 Code for Java c | Powered by SuperbThemes