Question: Write an algorithm in PSEUDOCODE (NOT A PROGRAMMING LANGUAGE CODE LIKE C++) or Nassi-Schneidermann-diagram During exercise, we measured our current blood pressure and heart rate
Write an algorithm in PSEUDOCODE (NOT A PROGRAMMING LANGUAGE CODE LIKE C++) or Nassi-Schneidermann-diagram
During exercise, we measured our current blood pressure and heart rate every 5 seconds. What is the minimum positive value for which the blood pressure/heart rate ratio fluctuates a constant with a tolerance? Which value does it fluctuate around?
EXAMPLE TASK (the solution should be similar like in the example):
Task: On a railway line, a train conductor at each station recorded how many people boarded the train. Enter a station where more people took off than at the previous station, but both had take-offs. (Input, output, prerequisite, algorithm)!
Solution:
Input: n-->N, A-->Nn
Output: Exists-->L, S-->N
Prerequisite: n>2
Name of the algorithm: linear search algorithm
Algorithm (Nassi-Schneidermann-Diagram OR pseudocode, the diagram represents sequences, loops and else-if statements, so pseudocode written solutions are also good!)

i:=2 i=
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
