SkillRack Problem Set 1 (Milk Booth )

Q.Every day morning and evening milk is brought from 'n' farms to a milk booth for sales. Given the amount of milk from 'n' farms, write an algorithm to compute total quantity of milk in the booth. For example, if milk comes from 3 farms in quantities 2 litres 300ml, 3 litres 700ml and 4 litres 600ml then the total quantity of milk in booth is 10litre 600ml.

Q4.png

Click on this to download the editable version of the flowchart using Yed editor

7 comments:

  1. Bro u are a saviour for all first year students thanks a lot

    ReplyDelete
  2. how to do this using python programming language

    ReplyDelete
  3. This flowchart is so shit and so complicated. You are helping no one.

    ReplyDelete
    Replies
    1. abbe oo gandu!! tu toh voh bhi nahi kar paa raha hai!XD

      Delete
  4. can u also upload the pac and pseudocode

    ReplyDelete

Bonus Practice Problems(GMT To IST)

IST (Indian Standard Time) is 5 hours 30 minutes ahead of GMT(Greenwich Mean Time). Develop an algorithm and write the Python code to find...