Start
Input a
if a%3 = 0 then
Print a
else
print" enter another number"
end
1. start
2. Input N
3. if N<3, go to step 6
4. if N%3 && N%6!=0 then
print N
5. N=N-3 go to step 3
6. end
jgfujtf
please give me an algorithm and a corresponding flow chart that displays list of numbers from 1 to 20.
flow chart to swap two number
n=100 loop until n = 9 print n n = n -1 end loop
Algorithm Step1: Read A, B, C Step2: If A > B is True, then check whether A > C, if yes then A is greatest otherwise C is greatest Step3: If A > B is False, then check whether B > C, if yes then B is greatest otherwise C is greatest Give the Flowchart Answer
jgfujtf
please give me an algorithm and a corresponding flow chart that displays list of numbers from 1 to 20.
dejene
how to write a structured algorithm that input the name and price of an item and quantity and amount
flow chart to swap two number
2+4
n=100 loop until n = 9 print n n = n -1 end loop
Algorithm Step1: Read A, B, C Step2: If A > B is True, then check whether A > C, if yes then A is greatest otherwise C is greatest Step3: If A > B is False, then check whether B > C, if yes then B is greatest otherwise C is greatest Give the Flowchart Answer
the number of steps of an algorithm will be countable and finite.
maybe
Sure, honey. First, let's keep it simple. To calculate the perimeter of a square, you just need to multiply the length of one side by 4. So, if the side length is "s", the formula is 4s. As for the flowchart, draw a square with "s" labeled on one side, then an arrow pointing to a box that says "Perimeter = 4s". Done and done, darling.
You can write out this algorithm. This will then be programmed into the device to make determining prime numbers easier.