Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Algorithm writing 3 Instructions Algorithms are a generic way of describing a solution to a computational problem without use of any specific programming language syntax.

Algorithm writing 3

image text in transcribed

Instructions Algorithms are a generic way of describing a solution to a computational problem without use of any specific programming language syntax. It cannot be executed on a real computer, but it can model and resemble real programming code. Natural language is used whenever details are unimportant or distracting. Your algorithm: Must be unambiguous (exact).are the steps numbered? ...do we always know where to go next or are we left hanging? .Must be correct (solves the problem) .are the requirements' being met? . Must come to an end (terminate)...how do we know when to end this? . Must be general (for all cases)....can we input any data & still solve the problem? Must be at the right level of detail.... will a computer (in general) understand what we are asking it to do? Requirements>Write a solution to the problem accepts one number from the user in the range of 1 to 10 and displays the Roman numeral version of that number. If the number is outside of the acceptable range, then display an error message (tell the user she entered something wrong). Number Roman Numeral 3 4 VI 7 8 03 10 VII TX

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 Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

8th Edition

013460153X, 978-0134601533

More Books

Students also viewed these Databases questions

Question

How is the NDAA used to shape defense policies indirectly?

Answered: 1 week ago

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago