DEV Community

Matt
Matt

Posted on

22 1

Pseudocode Online Editor

My new pseudocode editor online has recently launched after around 3 to 4 weeks of development.

The main goal is to help programmers write pseudocode online faster and better than ever. There is also a code saving feature that allows users to save their code to their account, and login wherever and whenever and pick up where they left off.

It is 100% free and there are no confusing pricing plans, so it is very easy to get started! There are also guides on pseudocode, lile this guide on variables in pseudocode

Hope you guys like it as much as I do!

Top comments (1)

Collapse
 
rklarbi profile image
ben

Design a program that uses nested loops to collect data and calculate the average rainfall over a period of years. The program should first ask for the number of years. The outer loop will iterate once for each year. The inner loop will iterate twelve times, once for each month. Each iteration of the inner loop will ask the user for the inches of rainfall for that month. After all iterations, the program should display the number of months, the total inches of rainfall, and the average rainfall per month for the entire period. Write a code and a Pseudo code

Jetbrains image

Is Your CI/CD Server a Prime Target for Attack?

57% of organizations have suffered from a security incident related to DevOps toolchain exposures. It makes sense—CI/CD servers have access to source code, a highly valuable asset. Is yours secure? Check out nine practical tips to protect your CI/CD.

Learn more

👋 Kindness is contagious

Value this insightful article and join the thriving DEV Community. Developers of every skill level are encouraged to contribute and expand our collective knowledge.

A simple “thank you” can uplift someone’s spirits. Leave your appreciation in the comments!

On DEV, exchanging expertise lightens our path and reinforces our bonds. Enjoyed the read? A quick note of thanks to the author means a lot.

Okay