DEV Community

NoobCoder
NoobCoder

Posted on

2

Programming Fundamentals - 1 - Variables

What are Variables?

When I think of variables I imagine something like a bucket.
A Bucket that contains a value. It may be a alphabet, some words, numbers, both or can be a shopping list.

This Defination may be apt for understanding what is a variable.

Variables are the building blocks of any program.

They store a value that can be used in any part of the program

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay