Skip to content

keshav57/programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

programming

Reference for programming

List of operators

Operator Example Result Decription
+ 4 + 5 9 addition
- 4 - 5 -1 subtraction
* 4 * 5 20 multiplication
/ 8 / 3 2.666 division
// 14 // 3 4 integer division (fractional part is ignored)
% 14 % 3 2 modulo (remainder left after division)

About

Reference for programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published