Question
CREATE USER STORIES FOR THE BELOW SCENARIO Functional Requirements of Software Below are the specifications of the software: The software will translate into French or
CREATE USER STORIES FOR THE 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
4) Wait for any key to exit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started