To write the correct and effective program we must first
Answers
Answer:
logic should be clear ( Flow chart or algorithm )
Explanation:
To write the correct and effective program we must first
find the logic to be used in programming
So Either a Flow chart or algorithm should be prepared .
Then only we can write Correct & Effective Program
Answer: To write the correct and effective program we must first set logic and make a flowchart or algorithm.
Concept : Flowchart and algorithm
Given : To write the correct and effective program we must first
To Find : To write the correct and effective program we must first ____
Explanation:
The very initial step to write an effective program is to clearly understand the need of the program and make a logic, which the program should follow to get the desired output. A flowchart and an algorithm also helps in writing a correct and effective program. Algorithms are a certain set of rules, which is followed to get a correct result in any problem solving operation. A flowchart is a graphical representation of sequential order of steps to describe various process. By using flowchart and algorithm , a logic could be built for writing programs. Setting a logic and making a flowchart or algorithm are considered as the most essential steps for writing an effective program.
#SPJ2