Old Russian measure of length: Difference between revisions

m
added whitespace, added ;Task: ;See also: and added some verbs and verbiage.
m (→‎{{header|Sidef}}: Fix link: Perl 6 --> Raku)
m (added whitespace, added ;Task: ;See also: and added some verbs and verbiage.)
Line 1:
{{draft task}}
The program should make the conversion of the old Russian measures of length in the metric and vice versa.
Is an example of the transformation of several variables that are linearly. The program accepts a single value in the selected unit, and return it in the rest: ''vershoks'', ''arshins'', ''sazhens'', ''versts'', ''meters'', ''centimeters'' and ''kilometers''.
 
;Task:
See [https://en.wikipedia.org/wiki/Obsolete_Russian_units_of_measurement#Length Old Russian measure of length]
TheWrite a program shouldto makeperform thea conversion of the old Russian measures of length into the metric system   (and vice versa).
 
 
It is an example of a linear transformation of several variables.
 
 
The program should accept a single value in a selected unit of measurement, and convert and return it to the other units:
<br>''vershoks'', ''arshins'', ''sazhens'', ''versts'', ''meters'', ''centimeters'' and ''kilometers''.
 
 
;Also see:
See:* &nbsp; [https://en.wikipedia.org/wiki/Obsolete_Russian_units_of_measurement#Length Old Russian measure of length]
<br><br>
 
=={{header|AWK}}==