Showing posts with label Kasus. Show all posts
Showing posts with label Kasus. Show all posts

April 17, 2012

Reversing the words with the recursive

After posting flowchart reverse this word with iterative times will I give the word to reverse the recursive flowchart. We just see ...



Reversing the word by way of an iterative

This flowchart is used to reverse the words entered by the user. And we just headed into the picture ...



Looking for any number divisible by 5 and 7 with the recursive

On this occasion I will provide a flowchart that is used to look for numbers between 1 and 100 is divisible by 5 and 7 by means of recursive



flowchart to find the number is divisible by 5 and 7 are iterative

On this post I will provide a flowchart to find an integer between 1 and 100 is divisible by 5 and 7


March 22, 2012

Determining a leap year

After I gave a flowchart in a row, this time I will provide a flowchart to determinewhether the year is a leap year or not. This flowchart using conditional or selectionbetween two options. We immediately wrote to the scene ... Hehehehehe.
The program will execute in a manner entered by the user if the entered year is divisible by 4 or not. If it runs out in the fourth year is a leap year and sebaliknyatahunis not divisible by 4 then the program will write the year is not a leap year.

Volume And Surface Area of ​​Cube

This time I will provide a flowchart to find the volume and surface area of a cube that has been long known to his ribs.
The workings of the program user to enter the long side of the cube and the programwill execute with the formula specified in the program.

Looking for Distance From Two Points

The following is a flowchart to find the distance between points A (x1, y1) and point B(x2, y2).
The program is user insert a point x1, y1, x2 and y2. Once the points A and B will execute the program gained points A and B by way of rooting.

Looking for Ball Volume

Within this post I will provide a flowchart to find the volume of the ball.
The workings of the program flowchart is user simply enter the sphere's radius. And the Phi has been in the program with a value of 3.14.

March 21, 2012

Algorithm For Calculating Multiplication

On this occasion I will give algorithm or flowchart to calculate the multiplication ...
In a program to calculate the multiplication is added by using the formula a + a + a .... until the desired multiplication.

Algorithm for Calculating the Average Positive interger

In this post will be given a flowchart to find the average positive interger.

It looks like an average looking average in general.

Algorithm For Calculating powers

Here is a flowchart for calculating the powers of a way to count from 1 to rank with the powers of the desired ...


Algorithm for Transfer of Numbers

In this post I will give an algorithm or flowchart for the exchange rate or so-called swap ...
The way this program works like in our daily lives if we would change places with someone else then we will need an additional 1 spot again for a while occupied.

Algorithms for Finding the Average

In this occasion I will give an algorithm to find the average of n positive numbers. Please note ... Hehehe ...

In this program the user to enter a limited number of values ​​to be inserted.

March 17, 2012

Finding Algorithm Midpoint Of a Numbers

This time I will give algorithms for finding the midpoint of a few numbers.

In this program the user to input values ​​X1, X2, Y1 and Y2 to be read by the program and will be looking at the midpoint of the program

Algorithm Odd Numbers From 1 - n

In this post I will give an algorithm that will write the odd number of digits 1 through n number is entered by the user.
Within the program the program will repeat the loop until the limit is entered by the user.

Algorithm to print numbers from 1 - n

Here is an algorithm to print numbers from 1 to n according to the entered by the user.
The algorithm uses a loop system. The program will work with repeated time after the user enter the desired number.