Posts

Showing posts from August 12, 2020

FLOW CHART

Image
  FLOW CHART:-             Pictorial representation of an algorithm or a program is called flow-chart. F   It helps to programmer to concentrate on the logic of the solution to the problem at a hand without paying attention to the system and other details of the programming language. F   It can detect any error in the logic with the greater case than in the case of the program. F   It helps to ensure error-free programs. F    In different ways we can say that it is a symbolic representation of input, output & processing. Basic flow chart symbol, shape and purpose :- Q. Create a flow chart to find the sum of two numbers. Ans:-  Q. create a flow chart to check the input number is even or odd. Ans:-