Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please answer all 3 Qs becuse they all related togather. Design an algorithm (draw a flowchart and provide the relevant pseudocode) for each one of

please answer all 3 Qs becuse they all related togather.
image text in transcribed
image text in transcribed
Design an algorithm (draw a flowchart and provide the relevant pseudocode) for each one of the following problems: I 1. A program that finds and displays the smallest among three different numbers entered by the user. 2. A program that asks the user for a number between 1-7 and displays the corresponding day of the week (1=Sunday, 2=Monday, 3=Tuesday....). If the user inputs a number out of range, the program should keep asking for a number 1-7 until the user provides a proper input. 3. A program that asks the user for his annual income and calculates taxes based on the following rates: 15% for the first $50.000, 20% for $50.001-100.000 and 30% for the portion of the income that is greater than $100.000. The program must display the total taxes in the end. learn-us-east-1-prod-fleet01-xythos.s3.us-cast-1.amazonaws.com Mail-Abdul. Response P... Content https:/ar.. https://bac... https://ar https/ar https://ar. Courses Pseudocode Pseudocode is rather like drawing a flow chart and involves writing a program as a sequence of functions or operations with the decision element IF-THEN-ELSE and the repetition element WHILE-DO. A sequence (Figure (a)) would be written as: BEGIN A YES END A BEGIN B END B

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions

Question

Create a workflow analysis.

Answered: 1 week ago