lehrkraefte:blc:informatik:ffprg1-2023:js-intro

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
lehrkraefte:blc:informatik:ffprg1-2023:js-intro [2023/02/21 12:53]
Ivo Blöchliger [Zahlenraten]
lehrkraefte:blc:informatik:ffprg1-2023:js-intro [2023/02/21 13:34]
Ivo Blöchliger [Zahlenraten]
Line 70: Line 70:
     * ''Math.random()*100'' liefert eine Dezimalzahl in $[0,100[$.      * ''Math.random()*100'' liefert eine Dezimalzahl in $[0,100[$. 
     * ''Math.floor(Math.random()*100)'' rundet ab und liefert also natürliche Zahlen von 0 bis und mit 99.     * ''Math.floor(Math.random()*100)'' rundet ab und liefert also natürliche Zahlen von 0 bis und mit 99.
 +
 +  Lösungsvorschlag (minimal): {{lehrkraefte:blc:informatik:ffprg1-2023:02a-zahlenraten.zip}}
 </WRAP> </WRAP>
  • lehrkraefte/blc/informatik/ffprg1-2023/js-intro.txt
  • Last modified: 2023/02/21 13:35
  • by Ivo Blöchliger