answersLogoWhite

0


Best Answer

first we write start and then read number and after that check the number is totaly divide by 2 or not if number is totally divide by 2 then number is even else number is odd.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you draw a Flowchart to find whether the given number is odd or even using counter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Draw a Flowchart to find out the greatest number among three given number?

idskjhgfhg


What is a flowchart for finding perfect no?

flow chart to find whther the given number is perfect or not


Flowchart to find factorial of a given no?

Kat


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 > 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


Make a flowchart that will determine if the given number is positive or negative?

There are many software programs that will allow a person to make a flowchart to determine if the number is positive or negative. The person could use Open Office, Microsoft Word, Microsoft PowerPoint, or Microsoft Excel.


How do you draw a flowchart to find maximum and minimum of given 3 input numbers?

You draw a flowchart to find maximum and minimum of given 3 input numbers by using all three numbers. You take the low, high and input the middle number between them. You can see the rise, or decline of the chart that way.


Draw a flow chart to find out the greatest number among the three given numbers ab c?

draw a flowchart to find the biggest number among the 3 numbers


To check whether the given number is an Avogadro number or not?

45


What is countering?

A counter is a sequencial circuit with a set of flip flop which counts the number of pulses given at the clock input A counter is a sequencial circuit with a set of flip flop which counts the number of pulses given at the clock input


How do you draw a flowchart of HCF of two given numbers?

draw a flow chart to find hcf of two given numbers


Write a PLSQL code to print a multiplication table where the input is given by the user in Oracle?

Declare num number(10):=# a number(10); counter number:=1; begin for i in 1..10 LOOP a:=num*counter; DBMs_output.put_line(a); Counter:=counter+1; end loop; end;


How can you tell whether a given number is a multiple of 2?

If it is even