

Swapping of 2 variables without using temporary (or 3 rd variable). Then outputs the yearly depreciation for the item (D). Write a program that takes as input the purchase price of an item (P), its expected number of years of service (Y) and its expected salvage value (S). Use the formula: C=2πr, where π is approximately equivalent 3.1416. Design a program to find the circumference of a circle.

The output must be: the value of variable y will become the value of variable x, and vice versa. Write a program that exchanges the value of two variables: x and y. Take note that one inch is equivalent to 2.54cms. Write a program that converts an input inch(es) into its equivalent centimeters. Then display the peso equivalent exchange rate. Assume that the present exchange rate is 51.50 pesos against the dollar. Write a program that converts the input dollar to its peso exchange rate equivalent.

Write a program the converts the input Celsius degree into its equivalent Fahrenheit degree. Use the formula: V = (4/3) *pi*r 3 where pi is equal to 3.1416 approximately. Create a program to compute the volume of a sphere. Logically algorithm, flowchart and program are the same. Some are complex and some algorithms are simple. We can understand more from picture than words.ĭifferent algorithms have different performance characteristics to solve the same problem. Instruction is a command to the computer to do some task.Īlgorithm can also be defined as a plan to solve a problem and represents its logic.Ī picture is worth of 1000 words. Each symbol has name.Īn algorithm is defined as sequence of steps to solve a problem (task).Ī flowchart is pictorial (graphical) representation of an algorithm. A flowchart is drawn using different kinds of symbols.

without un-ambiguity (without doubtfulness)įlowchart A flowchart is a pictorial (graphical) representation of an algorithm.
