PART II When using programing we are able to use logical “OR” in a statement, we are also able to use logical “AND”. When using truth tables we set up all the problems and then write down all the possibilities. When using Logic “OR” either or of the objects must be true on that line in the truth table for that line of code to be true. If both objects are true then the line of code would be the opposite which would be false. Using Logic “AND” in programming when both objects are true , this will make the line of code true as well. If one of the objects is false then this makes the line of code false as well. When programmers are designing a new program they use flowcharts and program coding. When creating a flowchart,