Answer:
double x = 2.5;
double y = -1.5;
int m = 18;
int n = 4;
string s = "Storm";
string t = "Watch";
The output of the expression "x + n*y - (x+n)*y" is "6.25".
and the output of expression "m/n + m%n" is "6".
Explanation:
for the first expression,
x + n*y - (x+n)*y ,put value of every variables in it.
=2.5+4*(-1.5)-(2.5+4)*(-1.5)
=2.5-6.0-(6.5*(-1.5)
=-3.5+9.75
=6.25
for the second expression,
m/n + m%n, put value of every variables in it.
=18/4 +18%4
=4+2 ("/ will give quotient and % will give remainder")
=6
she should leave and go somewhere else for a mminute to cool and then come backa nd close tabs.
The subsection which Frank is preparing for the SRS document that specifies data formats, data integrity, and storage capabilities is Logical Database Requirements.
<h3>What is SRS document?</h3>
SRS document of the software requirement specification document is the document which describes the function of a software and its procedure to perform a particular function.
Different types of requirement-
- A. External Interface Requirements- This includes the interface of used, such as layout of screen, button etc.
- B. Design Constraints- This includes the subcomponent of the system, such as performance requirement.
- C. Inverse Requirements- It defines that what a system can not do.
- D. Logical Database Requirements- Data of the user are saved in this such as profile, massage,data formats, data integrity, and storage capabilities etc.
- E. Non-Functional Requirements-This includes attributes of system, performance, security etc.
Frank is preparing a subsection of the SRS document that specifies data formats, data integrity, and storage capabilities.
Thus, the subsection which Frank is preparing for the SRS document that specifies data formats, data integrity, and storage capabilities is Logical Database Requirements.
Learn more about the SRS document here:
brainly.com/question/26161636
#SPJ1
Answer:
A computer is a machine made up of parts for the hardware and software. Based on the instructions given, a computer receives data through an input unit and sends it back through an output system after it processes the data. The input devices of a computer are used to get the input data.