Skip to content

Divyapitti/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-from-scratch

By Got Your Backs

Usage

php index.php <operation> <param1> <param2> <param2> ...

Exponent

To get the exponent value for a number,

Syntax: `php index.php exponent number number`
Example `php index.php exponent 2 3`
The above example will print `8`

Addittion

To get addition of two numbers

syntax: `php index.php Add number number`
Example `php index.php Add 4 5`
The above example will print `9`

Subtraction

To get Subtraction of two numbers

syntax: `php index.php Subtraction number number`
Example `php index.php Add 10 9`
The above example will print `1`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages