if else statement Programming

C – If, If-else and Nested If-else Statements

  • April 19, 2021
  • 0 Comments

If Statement For Decision making, C uses the keyword if. The general form of the if statement is if(text_expression)statement1; The test expression should always be enclosed in parentheses. If the test_expression is nonzero(true) then the statement statement1 is executed; Otherwise, statement1 is skipped and control passes to the next statement. Statement1 can be a single […]

double entry vs single entry Differences

Difference Between Double Entry System and Single Entry System

  • April 19, 2021
  • 0 Comments

The double-entry system of accounting or bookkeeping means that for every business transaction, amounts must be recorded in a minimum of two accounts. Double Entry System Under this system, both aspects of each transaction are recorded. Persona, real and nominal accounts are kept full. The cashbook, general ledger debtors ledger, and creditors ledger are maintained. […]