Question: 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
Get step-by-step solutions from verified subject matter experts
