TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Raptor Flowchart

Multiply Two numbers Raptor Flowchart

Overview

In this tutorial, we will model a Raptor flowchart to multiply two numbers. The flowchart should prompt the user for the two numbers. The result of the multiplication should be stored in a variable called an answer. The answer should be displayed as the result of the multiplication of the two numbers to the user.

Sanitize the user input accordingly in the flowchart. Invalid inputs can be strings, blank input, etc. We cannot multiply two strings of data mathematically. It’s a good idea to inform the user about the invalid inputs and errors in the flowchart.

Flowchart

Sample Outputs

Operand 1 entered := 7
Operand 2 entered := 9
Product of the two numbers (7*9) :=63

 

 

Error validation

Invalid input sample output

Operand 1 entered := strin1
Operand 2 entered := string2
Invalid Input. Please check the input
—-Run complete. 8 symbols evaluated.—-

 

Raptor Tutorials on this website can be found at:

https://www.testingdocs.com/raptor-a-flowchart-tool/

RAPTOR official website: https://raptor.martincarlisle.com/

Related Posts

Raptor Flowchart /

Install RAPTOR Avalonia on CentOS

Raptor Flowchart /

Download RAPTOR Avalonia Edition on Windows

Raptor Flowchart /

RAPTOR Editions

Raptor Flowchart /

Write to a file with RAPTOR flowchart

Raptor Flowchart /

Sum of Squares of Given Array Elements

‹ Build a Raptor Flowchart› Division of Two numbers Raptor Flowchart

Recent Posts

  • Scaler Academy – An Online Learning Platform
  • Difference between PHP and JavaScript?
  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com