Get help from the best in academic writing.

assigghment one

Question One
Discuss the four distinct layers of the conceptual framework of Extended Enterprise Systems (EES)?
Question Two
Explain how you can improve the theoretical capacity of a process?
Question Three
What is the purpose of system engineering? How to achieve performance improvement by using system engineering? What is the benefit of using modeling and simulation in system engineering?
Question Four
Discuss four attributes that are not observable at runtime in your own words?

CMSC 430 Discussion Question

Provide a program in the target language(cygwin)of our compiler/interpreter that incorporates all elements of the language. It must include all of the following:
Integer, Real and Boolean literals
Every arithmetic operator: – * / rem **
Every relational operator: = /= > >= < <=
Every logical operator: and or not
An if statement
A case statement
A reduce statement
Multiple variable declarations
Multiple parameter declarations
In addition, your program should be written in a such a way that it test the associativity and precedence of all operators. It should also include nested statements.
Also provide several sets of input (values for the parameters) to the program, enough so that every line of code within the program is executed at least once. For each input supplied, provide the corresponding output.
This is the professors example. As you can see it compiles successfully and will need an input as a test case for the test compiler. Please use the test compiler and the files in the zip attached to do this. This is the target language that the question is asking for. Please do an original answer and don’t take from another website. Please do it from scratch. Thank you so much for the help.
Example:
function main age: integer, salary: real, isMeaningful: boolean, commuteTime: integer, isNotFun: boolean, hasLotsOfWorkFriends: boolean returns real;
ageRanking: real is
if age 18 and age < 100 then
0.5 * 100 / age * 100 ** 2;
else
if age >= 65 then
2.0 * 100 / age * 100 ** 2;
else
1.25 * 100 / age * 100 ** 2;
endif;
endif;
commuteRanking: integer is
case commuteTime is
when 1 => 3 – commuteTime;
when 2 => 2 – commuteTime;
when 3 => 1 – commuteTime;
others => 0 – commuteTime;
endcase;
satisfactionRanking: real is
if not isNotFun and isMeaningful and hasLotsOfWorkFriends then
100;
else
0;
endif;
salaryRanking: real is
reduce
salary;
(0.2 * salary);
12000;
endreduce;
booleanFun: boolean is
isMeaningful and ( 1 = 3 or not 5 > 2 * 1 rem 1 4 ** 4 – 2 / 2 or 3 /= 4 and not 4 < 3 or 5 = 1 * 2 3 – 5 / 5 rem 2 ** 4);
begin
if booleanFun then
(salaryRanking / 1000 ageRanking / 10000 commuteRanking * 10 satisfactionRanking ) / 10;
else
0;
endif;
end;

CMSC 430 Discussion Question

Programming Assignment Help Provide a program in the target language of our compiler/interpreter that incorporates all elements of the language. It must include all of the following:
Integer, Real and Boolean literals
Every arithmetic operator: – * / rem **
Every relational operator: = /= > >= < <=
Every logical operator: and or not
An if statement
A case statement
A reduce statement
Multiple variable declarations
Multiple parameter declarations
In addition, your program should be written in a such a way that it test the associativity and precedence of all operators. It should also include nested statements.
Also provide several sets of input (values for the parameters) to the program, enough so that every line of code within the program is executed at least once. For each input supplied, provide the corresponding output.
This is the professors example. As you can see it compiles successfully and will need an input as a test case for the test compiler. Please use the test compiler and the files in the zip attached to do this. This is the target language that the question is asking for. Please do an original answer and don’t take from another website. Please do it from scratch. Thank you so much for the help.
Example:
function main age: integer, salary: real, isMeaningful: boolean, commuteTime: integer, isNotFun: boolean, hasLotsOfWorkFriends: boolean returns real;
ageRanking: real is
if age 18 and age < 100 then
0.5 * 100 / age * 100 ** 2;
else
if age >= 65 then
2.0 * 100 / age * 100 ** 2;
else
1.25 * 100 / age * 100 ** 2;
endif;
endif;
commuteRanking: integer is
case commuteTime is
when 1 => 3 – commuteTime;
when 2 => 2 – commuteTime;
when 3 => 1 – commuteTime;
others => 0 – commuteTime;
endcase;
satisfactionRanking: real is
if not isNotFun and isMeaningful and hasLotsOfWorkFriends then
100;
else
0;
endif;
salaryRanking: real is
reduce
salary;
(0.2 * salary);
12000;
endreduce;
booleanFun: boolean is
isMeaningful and ( 1 = 3 or not 5 > 2 * 1 rem 1 4 ** 4 – 2 / 2 or 3 /= 4 and not 4 < 3 or 5 = 1 * 2 3 – 5 / 5 rem 2 ** 4);
begin
if booleanFun then
(salaryRanking / 1000 ageRanking / 10000 commuteRanking * 10 satisfactionRanking ) / 10;
else
0;
endif;
end;

Re arrange C program codes

I found a C programming code from Chegg but I would like someone to rearrange the code but still have the same output so that my professor won’t find out that it was directly from Chegg.
I have also attached the information on the assignment as well. You can’t test the file as there is no main function but I will test it on my end to see if it still runs well.

error: Content is protected !!