01-06-2018, 10:35 AM
Question:
Suppose you are required to write a C/C++ program for a bank in which all transactions of a day will be compared. Keep in mind a huge volume of transactions per day:
Your code should have following features:
The processing speed must be high.
The logic of the program must be simple.
Which decision structure (if-else and switch statement) would you choose to achieve above mentioned features of code, and also mention reasons in favor of your choice.
[Note: Answer must be comprehensive with logical reasoning. Confine your answer within 3 to 5 lines]
Help me in cs201 GDB no: 1
Suppose you are required to write a C/C++ program for a bank in which all transactions of a day will be compared. Keep in mind a huge volume of transactions per day:
Your code should have following features:
The processing speed must be high.
The logic of the program must be simple.
Which decision structure (if-else and switch statement) would you choose to achieve above mentioned features of code, and also mention reasons in favor of your choice.
[Note: Answer must be comprehensive with logical reasoning. Confine your answer within 3 to 5 lines]
Help me in cs201 GDB no: 1