Computer Science, asked by arbindkumar9549, 3 months ago

Draw a flowchart to Input two numbers and calculate and display the product and quotient of the two numbers?

Answers

Answered by suyash8116
0

Answer:

Explanation:

    +-----------+

    |           |

    |  Start    +-----> Input first number -----> Input second number

    |           |                                        |

    +-----------+                                        |

                                                         Calculate

                                                         product &

                                                         quotient

                                                         |

                                                         |

                                                Display

                                                product &

                                                quotient

                                                         |

                                                         |

                                                     End

Similar questions