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

PHP Star triangle Pattern program

Posted on August 22, 2024

PHP Star triangle Pattern program Here’s a simple Java program that demonstrates how to print star triangle patterns using PHP. The PHP Star pattern is created only using for loop Program 1 <?php //Star Pyramid Size //PHP pyramid patterns $size = 8;//Rows of Pyramid for($i=1;$i<=$size;$i++){ for($j=1;$j<=$size-$i;$j++){ print (” “);//print initial spaces } for($k=1;$k<=$i;$k++){ print (“…

Write a program for printing first n prime numbers in C#

Write a program for printing first n prime numbers in C#

Posted on January 24, 2023

Write a program for printing first n prime numbers in C# In this article, we will discuss the concept of the Write a program for printing first n prime numbers in C# In this post, we are going to learn how to write a program to find first n prime numbers and display the result…

PHP| Check if a number is prime or not

PHP| Function to Check if a number is prime or not

Posted on December 21, 2022

PHP| Function to Check if a number is prime or not In this article, we will discuss the concept of the PHP| Function to Check if a number is prime or not In this post, we are going to learn how to write a program to check whether the given number is prime or not,…

PHP| Check if a number is prime or not

PHP| Check if a number is prime or not

Posted on December 20, 2022December 20, 2022

PHP| Check if a number is prime or not In this article, we will discuss the concept of the PHP| Check if a number is prime or not In this post, we are going to learn how to write a program to check whether the given number is prime or not and display the result…

C Sharp Exercise: print Pascal triangle pattern

How to write pascal triangle code in Java using arrays

Posted on September 26, 2022

How to write pascal triangle code in Java using arrays In this tutorial, we will discuss the Title of How to write pascal triangle code in Java using arrays In this post, we will learn how to write code to display pascal triangle number pattern in Java language using for, while and do-while loop Java…

C++ program to count number of vowels, consonants in a string

C++ program to count number of vowels, consonants in a string

Posted on April 24, 2022April 24, 2022

C++ program to count number of vowels, consonants in a string In this article, we will discuss the concept of C++ program to count number of vowels and consonants in a string In this post, we are going to learn how to write a program to  count Total number of vowels and consonants in a…

C++ program to count number of vowels, consonants in a string

Program to count vowels and consonants in a string in C

Posted on April 21, 2022April 21, 2022

Program to count vowels and consonants in a string in C In this article, we will discuss the concept of Program to count vowels and consonants in a string in C In this post, we are going to learn how to write a program to  count total number of vowels and consonants in given string…

Program to count number of vowels, consonants, spaces in a sentence in C++

Count total number of vowels, consonants and space of a sentence in Java

Posted on April 20, 2022

Count number of vowels, consonants and spaces in a sentence in Java In this article, we will discuss the concept of Count total number of vowels, consonants and spaces in a sentence in Java In this post, we are going to learn how to write a program count the total number of Vowels , consonants and…

C++ program to count number of vowels, consonants in a string

Java program to count vowels and consonants in a string

Posted on April 19, 2022April 19, 2022

Java program to count vowels and consonants in a string In this article, we will discuss the concept of Java program to count vowels and consonants in a string In this post, we are going to learn how to write a program to  count total number of vowels and consonants in given string input from user…

Write a C program to print all alphabets from a to z

Write a C++ program to print all alphabets

Posted on February 17, 2022February 21, 2022

Write a C++ program to print all alphabets In this article, we will discuss the concept of Write a C++ program to print all alphabets In this post, we are going to learn how to write a program to  print all characters of English alphabet  using  for, while and do-while  loop in C++ language Code to…

  • 1
  • 2
  • 3
  • 4
  • …
  • 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