answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

1) Get the minimum number

2) get the maximum number

3) start at the minimum number

4) is it divisible by three but not by six?

If yes, jump to step 5

If no, increment by 1 and repeat step 4

5) output the current number

6) increment the number by six

7)is it greater than or equal to our maximum number?

if yes, end the program

if no, jump to step 5

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

| n := 3 |

|

v

| print n |

|

v

| n := n+6 |

|

v

(draw an arrow back to the second step)

.......................................................

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

Write_an_algorithm_to_find_the_numbers_divisible_by_3_but_not_by_6_and_then_draw_the_flowchart

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

#1 n := 3

#2 print n

#3 n := n + 6

#4 repeat from #2

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

Fogvvucuu V v

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write an algorithm to find the numbers divisible by 3 but not by 6 and then draw the flowchart?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write algorithm and draw flowchart to find the sum of even numbers?

jgfujtf


Write an algorithm and draw flowchart to calculate the perimeter of a square?

write an algorithm and draw a flow chart to find perimeter of a square


Write an algorithm and draw a corresponding flowchart to search a number in the given list of numbers and also display its position?

please give me an algorithm and a corresponding flow chart that displays list of numbers from 1 to 20.


Write an algorithm and draw a flowchart that will calculate the roots of quadratic equation?

dejene


How do you write a structured algorithm an a flowchart to calculate and the average of ten scores?

how to write a structured algorithm that input the name and price of an item and quantity and amount


Write flowchart searching algorithm?

flow chart to swap two number


Write the algorithm and draw the flowchart to find Sum of N Prime number?

Shrek and Donkey


How do you write and draw an algorithm in flowchart for Add 2 and 4 and print the sum?

2+4


Write a algorithm and flowchart to find largest among N numbers?

Max = 0For K = 1 to NIf Number(K) > Max then Max = Number(K)Next KPrint Max


Write an algorithm or draw a flowchart to display numbers from 100 down to 10?

n=100 loop until n = 9 print n n = n -1 end loop


Write an algorithm and draw a corresponding flowchart to find the greatest number and its position among the 6 given numbers?

Algorithm Step1: Read A, B, C Step2: If A &gt; B is True, then check whether A &gt; C, if yes then A is greatest otherwise C is greatest Step3: If A &gt; B is False, then check whether B &gt; C, if yes then B is greatest otherwise C is greatest Give the Flowchart Answer


What steps are necessary to build an algorithms?

the number of steps of an algorithm will be countable and finite.