Question

Create a flowchart that will represent the logic contained in the short scenario below in a...

Create a flowchart that will represent the logic contained in the short scenario below in a structured way. A user will be required to continue entering numbers greater than 0. When a number is entered, it should be multiplied by three and the result of the calculation should be displayed on the screen.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

inputs and output are denoted as parallelogram, condition as rhombus. statements as rectangle.

there's no stop condition so let's assume this is an infinite loop. So stop is not shown.

Flowchart is as below.

Add a comment
Know the answer?
Add Answer to:
Create a flowchart that will represent the logic contained in the short scenario below in a...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Answer the questions in this section based on the following declaration: string employees [5] Q.2.1 Identify...

    Answer the questions in this section based on the following declaration: string employees [5] Q.2.1 Identify the structure declared. Then describe each element of the declaration. (Identify and explain) Q.3.Create a flowchart that will represent the logic contained in the short scenario below in a structured way. A user will be required to continue entering numbers greater than 0. When a number is entered, it should be multiplied by three and the result of the calculation should be displayed on...

  • (Marks: 10) Question 3 Read the following scenario, then answer the question that follows: "An application...

    (Marks: 10) Question 3 Read the following scenario, then answer the question that follows: "An application requires a user to enter two numbers. Once the user has entered the two numbers, the application will call a module to calculate the average of the two numbers. Once the average of the two numbers have been calculated, another module will be called to determine if the average of the two numbers is greater than 75. If the average of the two numbers...

  • home work

    a.      You must use proper error and exception handling (try, catch) in the application. [5 marks] b.      Accept the users first and last name store in two SEPARATE variables. [2 marks] c.      Accept two numbers:                                i.     validate that the user has entered numbers for each input. [3 marks]                               ii.     For invalid numbers ask the user to re-enter the number [2 marks]                               iii.     If the user enters a number greater than 500 throw an exception, display a message that numbers should...

  • Create an application in Visual Studios 2015 that displays the result of dividing the larger of...

    Create an application in Visual Studios 2015 that displays the result of dividing the larger of two numbers entered by the user by the smaller one. You can not label entries of one must the larger on the user interface. You must use your known logic to determine which number is larger of the two entered by the user to perform your calculations. ¢ If the smaller number is 0, the application should display the message "Cannot divide by 0"...

  • a. Create the logic for a program that calculates and displays the amount of money you...

    a. Create the logic for a program that calculates and displays the amount of money you would have if you invested $5000 at 2 percent simple interest for one year. Create a separate method to do the calculation and return the result to be displayed. b. Modify the program in Exercise 3a so that the main program prompts the user for the amount of money and passes it to the interest-calculating method. c. Modify the program in Exercise 3b so...

  • 4. the algorithims for sorting numbers should be managed in separate functions (e.g., sortAscending() and sortDescending())...

    4. the algorithims for sorting numbers should be managed in separate functions (e.g., sortAscending() and sortDescending()) Create a Kotlin console program that satisfies the following 1. The program prompts a user to enter a number that is used to create an array with the number of elements. 2. The program asks the user to enter a series of numbers, and the numbers are to be entered and stored in the array 3. The program asks the user to select the...

  • Assignment Draw a flowchart, using Microsoft Visio or LucidChart, to document the logic required to complete...

    Assignment Draw a flowchart, using Microsoft Visio or LucidChart, to document the logic required to complete this program Save the flowchart as a PDF file Develop a C++ program, following the logic in your flowchart, to convert a series of whole number decimal values to their Roman equivalent. Develop a function that will accept a whole number value in the range 1-9999 and return a string containing the long-form Roman Numeral equivalent of the input value, consisting only of upper-case...

  • C++ please no arrays! Create a program that will allow the user to enter up to...

    C++ please no arrays! Create a program that will allow the user to enter up to 50 whole values and determine the number of values entered, how many of the values were odd and how many of the values were even. Your code should contain 2 functions, a main function and a function to enter the numbers enter and count the values. Your main function should be a driver program that will call another function to count the total number...

  • Multiples of 9’s (JAVA) Using the logic behind the algorithm in Part 1, it’s easy to...

    Multiples of 9’s (JAVA) Using the logic behind the algorithm in Part 1, it’s easy to calculate the first nine multiples of 9 (9x1, 9x2, 9x3…, 9x9). Let’s use two examples. First, to determine the product of 9 times 6, perform the following algorithm: Step 1: Subtract 1 from the number being multiplied by 9 (in this case 6) to get the first digit of the product: 6 – 1 =  5. Step 2: Subtract that digit from 9 to get...

  • Create a modular program using structured programming to store the amount of money a local store...

    Create a modular program using structured programming to store the amount of money a local store made in sales for each day of the past week. The user will be given the option to enter an amount for the next day, compute the average, find the highest amount, find the lowest amount, or print all the information including the daily sales with the average, highest, and lowest amount. When the user chooses an option to enter an amount for the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT