For pulse programming environments, there is generally a trade-off between user-friendliness on the one hand and flexibility on the other. A purely visual environment, for example one in which the ...
num1 is integer num2 is integer average is real average = (num1 + num2)/2 input “Enter first number”, num1 input “Enter second number”, num2 output “The ...