n=100
loop until n = 9
print n
n = n -1
end loop
please give me an algorithm and a corresponding flow chart that displays list of numbers from 1 to 20.
jgfujtf
flow chart to swap two number
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.
please give me an algorithm and a corresponding flow chart that displays list of numbers from 1 to 20.
jgfujtf
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
Design step by steps algorithm on how to write the letter A and display the result
2+4
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
To write an algorithm for dividing two numbers, follow these steps: Start by accepting two input numbers, say num1 and num2. Check if num2 is not equal to zero to avoid division by zero errors. If valid, calculate the quotient by dividing num1 by num2 and store the result. Finally, display the quotient. If num2 is zero, display an error message indicating that division by zero is not allowed.
maybe
the number of steps of an algorithm will be countable and finite.
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.