Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PSUEDO CODE NEEDED FOR BELOW SCENARIO Functional Requirements of Software Below are the specifications of the software: The software will translate into French or German

PSUEDO CODE NEEDED FOR BELOW SCENARIO

Functional Requirements of Software Below are the specifications of the software: The software will translate into French or German integer numbers from 1 to 30 inclusive.

The program should ask:

1) What number to translate

The user should type digits

If the user doesnt type digits, the following message must be displayed Please use digits and the program must end

If the user doesnt type a number between 1 and 30, the following message must be displayed Please type an integer number between 1 and 30 and the program must end

2) What is the output language

The user should type German or French (case is insensitive)

If the user doesnt type German or French, the following message must be displayed only French or German is allowed and the program must end

3) Display the result in the following syntax: The translation is XXX

4) Wait for any key to exit As shown above, it is going to be a console based program, there wont be any graphical user interface

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

Modern Database Management

Authors: Heikki Topi, Jeffrey A Hoffer, Ramesh Venkataraman

13th Edition

0134773659, 978-0134773650

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago