Jump to content

Averages/Mode: Difference between revisions

m
→‎version 1: added punctuation.
m (→‎version 1: added/changed comments, indentations, and whitespace, simplified the subroutine and the function.)
m (→‎version 1: added punctuation.)
Line 2,094:
=={{header|REXX}}==
===version 1===
Returns one mode value.
<lang rexx>/*REXX program finds the mode (most occurring element) of a vector. */
/* ════════vector══════════─ ═══show vector═══ ═─═══show result═════ */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.