draw a flowchart to Convert kg into g
Answers
Answered by
9
hope this will helps you
Attachments:
Answered by
31
Answer:
We all know that 1 kilogram equal to 1000 gram so we can say that N kilogram equal to N × 1000 gram
Flowchart to convert kilogram to gram:
- step 1: START
- step 2: Take a number as input for converting it from kg to g. Say the input variable is n.
- step 3: Then we take another variable for storing a value of n × 1000 like A = n × 1000.
- step 4: After that we will print the value of A,
- Step 5: END
Similar questions