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

Tag: PHP

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 (“…

Function/method to convert Celsius into Fahrenheit -Entered by user

Convert Fahrenheit degrees to Celsius using PHP

Posted on May 25, 2023May 25, 2023

Convert Fahrenheit degrees to Celsius using PHP In this article, we will discuss the concept of the “Convert Fahrenheit degrees to Celsius using PHP” In this post, we will learn how to write a program to alter Fahrenheit into Celsius. Here, we have five methods and explain how to calculate Celsius using the given Fahrenheit…

Function/method to convert Celsius into Fahrenheit -Entered by user

Convert Celsius degrees to Fahrenheit using PHP

Posted on May 25, 2023May 25, 2023

Convert Celsius degrees to Fahrenheit using PHP In this article, we will discuss the concept of  the “Convert Celsius degrees to Fahrenheit using PHP” In this post, we will learn how to write a program to alter Celsius into Fahrenheit and display the result on the screen in PHP language. Here, we have five methods…

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…

Function to divide two numbers:PHP program

Function to divide two numbers:PHP program

Posted on July 23, 2022

Function to divide two numbers:PHP program In this article, we will discuss the concept of Function to divide two numbers In this post, we are going to learn how to write a program to find  division of two numbers using function in PHP language Code to find division of two numbers in PHP Division of…

PHP program to divide two numbers

PHP program to divide two numbers

Posted on July 23, 2022December 12, 2022

PHP program to divide two numbers In this article, we will discuss the concept of a PHP program to divide two numbers In this post, we are going to learn how to write a program to calculate the division of two numbers in the PHP language Code to the division  of two numbers in PHP…

PHP multiply two numbers using function

PHP multiply two numbers using function

Posted on July 11, 2022July 18, 2022

PHP multiply two numbers using function In this article, we will discuss the concept of PHP multiply two numbers using function In this post, we are going to learn how to write a program to find  multiplication of two numbers using function in PHP language Code to find product of two numbers in PHP Product…

JavaScript Program for multiplying Two Numbers | 4 different ways

PHP multiplication of two numbers: PHP program

Posted on July 11, 2022July 18, 2022

PHP multiplication of two numbers: PHP program In this article, we will discuss the concept of PHP multiplication of two numbers In this post, we are going to learn how to write a program to find  product of two numbers in PHP language Code to product  of two numbers in PHP Find product of two…

PHP program to subtract two numbers using function-PHP program

PHP program to subtract two numbers using function-PHP program

Posted on July 7, 2022July 18, 2022

PHP program to subtract two numbers using function In this article, we will discuss the concept of PHP program to subtract two numbers using function In this post, we are going to learn how to write a program to find  subtraction of two numbers using function in PHP language Code to difference  of two numbers…

  • 1
  • 2
  • 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