Q1/A-Write a program to compute the mass flow rate of a fluid (in kg/sec) through a thermal unit according to the following equation: K AMPORTO m' [1+ (K+1) 2 M²](K+1)/[2(K+1)] where: QBasic A=0.25 m² is the area M-2.0 Mach number of the fluid flow Po=200.0 kPa is the pressure of the fluid K=1.4 is the ratio of specific heats of fluid R=0.287 kJ/(kg-K) is the gas constant T 300 K is the tem of the fluid
Control structures
Control structures are block of statements that analyze the value of variables and determine the flow of execution based on those values. When a program is running, the CPU executes the code line by line. After sometime, the program reaches the point where it has to make a decision on whether it has to go to another part of the code or repeat execution of certain part of the code. These results affect the flow of the program's code and these are called control structures.
Switch Statement
The switch statement is a key feature that is used by the programmers a lot in the world of programming and coding, as well as in information technology in general. The switch statement is a selection control mechanism that allows the variable value to change the order of the individual statements in the software execution via search.
/(2(K+1)]
where:
QBasic
A=0.25 m² is the area
M=2.0 Mach number of the fluid flow
Po=200.0 kPa is the pressure of the fluid
K = 1.4 is the ratio of specific heats of fluid
R=0.287 kJ/(kg-K) is the gas constant
To 300 K is the temperature of the fluid](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fc980cae1-75ea-450d-b126-37cc1a9cf790%2F78a2c676-456b-428d-beb4-e9e77f6e234c%2Fazx4b1m_processed.jpeg&w=3840&q=75)

Step by step
Solved in 3 steps with 2 images









