Our Programming solutions Database

Yearly Budget problem
In a hospital, we can find three areas:
Urgencies, Pediatric and Traumatology.
The yearly budget is distributed: Urgencies (37%), Pediatric (42%) and Traumatology (21%).
Get
the amount of money that each section will receive from a given budget.

Even numbers
Do an algorithm that can calculate the even numbers from 20 to 200.

Calculating the Employees Salary
An employee needs to calculate his/her weekly salary. You can obtain this
salary
calculating:
- If works 40 hours or less, will earn $16 per hour.
- If works more that $40 per hour for first 40 hours and $20 for each extra hour
Do an algorithm that can calculate the weekly salary of three employees

Multiplication with additions
Do an algorithm that can calculate the multiplication of two numbers without using the multiplication operator (using additions).

Restaurants and discounts
A restaurant offers a discount of 10% if the client consumes until $100 in products and a discount of 20% for higher consumes. For both cases, the tax percentage is 12%. Do a flowchart that can determine the discount value, the tax value and total price.

First Multiples of 3
Do a flowchart that can print the first 20 multiples of 3.

Sum and average of two numbers.
Build a flowchart that, reading two integer numbers, get the sum and determine if this sum is even or odd.

Even and lower that 30 numbers.
Build a flowchart that can determine if a number of two digits is even and lower than 30.
An additional challenge for you!
Meet our Crew

Alyson Castiblanco
Computer Science Teacher
I'm Mechatronics Engineer, who obtained the Bachelor title in 2022. I'm passionated in robotics, industrial control and software development.