Store b. This will have her paying 36.00 for the rug. Store A she will pay 40.50
        
             
        
        
        
A symbol or set of characters in a programming statement whose value can be changed
        
             
        
        
        
Answer:
return instruction used to return a value from a function. 
Explanation:
Function is a block of statement which perform the special task.
Syntax for define a function:
type name(parameter_1, parameter_2,...)
{
   statement;
return variable;
}
In the syntax, type define the return type of the function. It can be int, float, double and also array as well. Function can return the array as well.
return is the instruction which is used to return the value or can use as a termination of function. 
For return the value, we can use variable name which store the value or use direct value.
 
        
             
        
        
        
Answer:
It is bit { measurement used to quantify computer data. }
 
        
             
        
        
        
My early test cases were greatly aided by the user stories. They gave a thorough summary of what a user can expect from the product as well as data on their past expectations and experiences.
Explanation:
The intricacies of the user's surroundings and the exact technological needs for the product, however, were absent from the user stories.
Greetings, Software Developers!
I'm trying to create more in-depth test cases for my job as a quality test for the online travel software. To do this, I'd like to learn more about the environment of the user and the software's technical requirements. Please give me more details about the technical specs and the user environment.
I'm grateful.
[Name]
To know more about testing 
brainly.com/question/22710306
#SPJ4