in

Math Loops

math loops meme

btw these large scary math symbols are just for-loops

Summation (capital sigma)

4

[3n

n=0

sum = 0;

for ( n=0; n<=4; n++ )

sum += 3*n;

Product (capital pi)

4

I 2n

n=1

prod = 1;

for ( n=1; n<=4; n++ )

prod *= 2*n;

What do you think?

Written by codeitbro

Codeitbro.in is a hub of funny coding and programming memes. Explore memes on various topics such as cybersecurity, Linux, Software Testing, and many others.

Leave a Reply

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings