Programmeren in COBOL/Statements/COMPUTE: verschil tussen versies

Verwijderde inhoud Toegevoegde inhoud
Sephiroth (overleg | bijdragen)
kGeen bewerkingssamenvatting
Sephiroth (overleg | bijdragen)
k foutjes
Regel 37:
| Code=
<pre>
COMPUTE uitkomst = a ** 2 + b *** 2
</pre>
}}
Regel 46:
| Code=
<pre>
COMPUTE uitkomst, uitkomst2 ROUNDED = a ** 2 + b *** 2
ON OVERFLOW DISPLAY "Getal is te groot"
NOT ON OVERFLOW DISPLAY "Getal past"
Regel 54:
==Zie ook==
* Hoofdstuk [[Programmeren in COBOL/Berekeningen#COMPUTE|berekeningen]]
* FunctieFuncties [[Programmeren in COBOL/Functies/ADD|ADD]], [[Programmeren in COBOL/Functies/SUBTRACT|SUBTRACT]], [[Programmeren in COBOL/Functies/MULTIPLY|MULTIPLY]] en [[Programmeren in COBOL/Functies/DIVIDE|DIVIDE]]
 
* Functie [[Programmeren in COBOL/Functies/SUBTRACT|SUBTRACT]]
{{COBOL functies}}
* Functie [[Programmeren in COBOL/Functies/MULTIPLY|MULTIPLY]]
* Functie [[Programmeren in COBOL/Functies/DIVIDE|DIVIDE]]
[[Categorie: COBOL functies|COMPUTE]]
Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.