Suitable Language. Evaluate The Relationship Between The Written Algorithm and The Code Variant
Suitable Language. Evaluate The Relationship Between The Written Algorithm and The Code Variant
Suitable Language. Evaluate The Relationship Between The Written Algorithm and The Code Variant
1. START
2. Define variable A, B
This was just a detailed way to solve a simple problem. And this was also an
algorithm. It is no different than coding. We also apply algorithms for real world
problems but we don't notice it as our brain does it for us without letting us even
notice. For example, when you want to make coffee
6. Start
7. Boil water
8. Prepare a mug
11.Stir
12.End
Therefore, when coding you need to create a lot of algorithms it's the easiest way to
solve a problem.
Algorithm
CODE IN JAVA
IMPLEMENTATION
· Code could be a series of steps that might machines will execute. In several
cases, code consists in an exceedingly high level language that's then
mechanically translated into directions that machines perceive.
ALGORITHM PSEUDOCODE
An unambiguous specification of how An informal high-level
principle of a computer
14.Write down the steps for the problem and know how they will be solved and
what tools and software will be used in solving the problem.
15.Write a test plan with your team and get to know the specific areas which has
problems and how and who will solve them