DEV Community

Fikredeyas
Fikredeyas

Posted on

1

Looping is vital

My background

When I got to high school I joined the engineering magnet
program. Then, I went to Montgomery college where I studied
business for two years and switched majors to Info sci. I think that this is the perfect time for me to join Flatiron schools software engineering program because I left college to pursue a different route than my current major. I chose to not continue forward with my business major because it doesn't interest me and I want to venture into tech. Furthermore, I chose software engineering because I really enjoyed engineering in high school. In conclusion,I never had much but I have never used that as an excuse. Next, my love and curiosity for technology will continue to grow as I further my career.

Why looping is important as a beginners!

Loops provide a quick and simple way to repeat an action.

Although there are many distinct forms of loops, they all effectively repeat an action a certain number of times.

Out of all of the forms of looping the most vital is for loops.

We need to look more closely at what for loops do as engineers.

here is an examples...

Image description

A for loop has three parts to it

The first I equals where the user wants the loop starts.

The second I equals where the user wants the loop to end.

Finally, the last I equals the incrementation of the loop

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

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay