> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# Overheard : BODMAS
- URL: https://kudithipudi.org/overheard-bodmas/
- Published: 2018-10-18T12:40:14.000Z
- Updated: 2018-10-18T12:40:14.000Z
- Description: Trying to sharpen my programming skills :). Just heard about BODMAS and mind blown about the simplicity of the acronym. Essentially BODMAS is a simple way...
- Author: admin
- Tags: OverHeard, Programming, #wp, #wp-post, #Import 2026-08-23 02:32

Trying to sharpen my programming skills :). Just heard about BODMAS and mind blown about the simplicity of the acronym. 

Essentially BODMAS is a simple way to remember the order a programming language (that follows this standard) processes operators in a statement.

**BODMAS** \=   
Bracket, Of, Division, Multiplication, Addition and Subtraction