Saturday, 7 July 2018
Programming Logic: How To Get Better At It?
“The term programming logic has its roots in the advancement of computer science. Programming logic started only with ‘hard and fast logic' compiled into sophisticated algorithms and expressed in programming languages like Prolog.
Basic computers developed ways to deal with numbers and logical states, applying specific operators that lead to precise results.”
(Source: https://www.techopedia.com/definition/3945/programming-logic)
To be good in programming Logic it's very simple .
First try to understand the program or problem which you were ask to solve or want to create logic for.
Let say for example , You will ask to write a program to add numbers.
Before jumping into solving the problem, you need to understand the problem you were ask to solve then figure out how to solve the problem.
Now adding numbers means, for example 4+2=6 .
So for this you need to variables to store the values and one variable to store result .
Now it's simple a+b=c;
Problem solved....
Subscribe to:
Post Comments (Atom)
Thanks, it really help me!!!
ReplyDeleteThanks, it really help me!!!
ReplyDelete