Please I\'m looking for someone who is expert in standard program structures
7. A remote sensor system on a mountaintop reads an 8- bit BINARY temperature value from an A/D converter every 3 hours and puts the 8 values for 24 hours in a byte array called TEMPS. The problem is that the temperature sensor system has both an offset error and a gain error. Since no one wants to climb the mountain to adjust the sensor system, the 8 values received at the base station must be corrected with a program to determine the actual temperatures. First an offset correction of 3 must be added to each value. Then the result of the addition must be multiplied by a scale factor of 2 to get the correct result. For this exercise you will design a mainline that will read a value from the TEMPS array, call a procedure to calculate the corrected value, and put the corrected value returned from the procedure in the appropriate element in an array called TEMPT Using STANDARD PROGRAM STRUCTURES 7a write the ALGORITHM/TASKLIST for the mainline section of the program. Include the steps required to pass the required parameters for one of the TEMPS values to the procedure, call the procedure, and write the returned value to TEMPT. (Procedure called for each element of TEMPS.) Assume stack and R13 already initialized. (No named registers in this, just actions.)
1.1 factors of Programming instructs you on a way to create, assemble, and execute a Java program to your machine.
1.2 built-in styles of statistics describes Java\'s integrated information sorts for manipulating strings, integers, real numbers, and booleans.
1.three Conditionals and Loops introduces Java structures for manage drift, along with if-else statements, whilst loops, and for loops.
1.four Arrays considers a data structure known as the array for organizing huge portions of information.
1.5 enter and Output extends the set of input and output abstractions (command-line arguments and preferred output) to encompass preferred input, preferred drawing, and general audio.
1.6 Random internet Surfer provides a case take a look at that models the conduct of an internet surfer using a Markov chain.