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: For ststement

C++ program to find factorial of a number|in 7 ways

Posted on October 16, 2019September 28, 2020

C++ program to find factorial of a number|in 7 ways In this tutorial, we will discuss the C++ program to find factorial of a number|in 7 ways In this post, we are going to learn how to find the factorial of a number of the given number What is the factorial of given number  (n)?…

C program to find factorial of a number|in 7 ways

Posted on October 16, 2019September 28, 2020

C program to find factorial of a number|in 7 ways In this tutorial, we will discuss the C program to find factorial of a number|in 7 ways In this post, we are going to learn how to find the factorial of a number or the given number in C language What is the factorial of…

C program to display natural numbers from 1 to n | 5 different ways

Posted on October 5, 2019September 28, 2020

C program to display natural numbers from 1 to n In this tutorial, we will discuss the C 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 1 to entered number in different 5 ways C code to…

C++ program to display natural numbers from 1 to n | 5 different ways

Posted on October 5, 2019September 28, 2020

C++ program to display natural numbers from 1 to n | 5 different ways In this tutorial, we will discuss the C++ 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…

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…

for loop with continue,break,pass in Python

Posted on October 4, 2017January 24, 2020

for loop with continue, break and pass in Python In this tutorial, we will discuss the concept of for loop with continue, break and pass in Python. for loop allows to repeat tasks in an efficient manner. In python, pass, continue, and break statements can be used in for loops. for loop with continue, break…

Nested for loop in C programming Language

Posted on August 29, 2017September 14, 2019

Nested forloop in C programming Language In this tutorial, we will learn the Nested for in C programming Language. In the C programming language, one forloop inside another forloop is known as nested forloop. Nested for in C – syntax Syntex of nested for loop for (initialization; boolean_expresion; increment or dicrement){        …

Nested for loop in Java language

Posted on August 27, 2017September 14, 2019

Nested forloop in Java language In this tutorial, we will discuss the concept of Nested forloop in Java language. When a forloop exists inside the body of another forloop, it is known as nested forloop in java Syntex for (initialization; boolean_expresion; increment or decrement){     // statement(s) inside the body for (initialization; boolean_expresion; increment or…

Python language for loop with example

Posted on June 28, 2017January 22, 2020

Python language for loop with example In this tutorial, we will discuss the concept of Python language’s for loop with example In this post, we are going to learn how to  use for loop in Python language Python for loop is used to repeat a block of codes up to limited time to keep the…

Python nested for loop with example

Posted on June 28, 2017August 28, 2019

Python nested for loop with example In this tutorial, we will discuss the concept of the Python nested for loop with example Nested for loop in python In python programming language, one for loop inside another for loop is known as nested for loop. Following examples describe that concept Syntax Syntax of  nested for loop…

  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next

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