586022
69
Zoom out
Zoom in
Vorherige Seite
1/80
Nächste Seite
E-68
For~To~Next
Syntax For {expression (starting value)}
{variable (control variable)} To {expression
(ending value)} : {statement} : ... {statement} : Next : ....
Function Execution of the statements from For to Next repeats as the control variable
is incremented by 1 with each execution, starting from the starting value.
When the value of the control value reaches the ending value, execution
jumps to the statement following Next. Program execution stops if there is no
statement following Next.
Example For 1
A To 10 : A
2 B : B
^ Next
For~To~Step~Next
Syntax For {expression (starting value)}
{variable (control variable)} To {expression
(ending value)} Step {expression (step)} : {statement} : ... {statement} :
Next : ....
Function Execution of the statements from For to Next repeats as the control variable
is incremented by the step amount with each execution, starting from the
starting value. Except for that, this command is the same as For~To~Next.
Example For 1
A To 10 Step 0.5 : A
2 B : B
^ Next
A Control Structure Commands/While Statement
g
While~WhileEnd
Syntax While {conditional expression} : {statement} : ... {statement} : WhileEnd : ....
Function The statements from While to WhileEnd are repeated while the conditional
expression following While is true (non-zero). When the conditional
expression following While becomes false (0), the statement following
WhileEnd is executed.
Example ?
A : While A < 10 : A
2^ A+1 A : WhileEnd : A÷2
Note
If the condition of the While statement is false the fi rst time this command is executed,
execution jumps directly to the statement following WhileEnd without executing the
statements from While to WhileEnd even once.
A Program Control Commands
g
Break
Syntax .. : {Then ; Else ;
S } Break : ..
Function This command forces a break in a For or While loop, and jumps to the next
command. Normally, this command is used inside of a Then statement in
order to apply a Break condition.
Example ?
A : While A > 0 : If A > 2 : Then Break : IfEnd : WhileEnd : A
^
A Setup Commands
These commands function the same way as the calculator’s various setup settings. For
more information, see “Calculator Setup” on page 8.
69

Brauchen Sie Hilfe? Stellen Sie Ihre Frage.

Forenregeln

Missbrauch melden von Frage und/oder Antwort

Libble nimmt den Missbrauch seiner Dienste sehr ernst. Wir setzen uns dafür ein, derartige Missbrauchsfälle gemäß den Gesetzen Ihres Heimatlandes zu behandeln. Wenn Sie eine Meldung übermitteln, überprüfen wir Ihre Informationen und ergreifen entsprechende Maßnahmen. Wir melden uns nur dann wieder bei Ihnen, wenn wir weitere Einzelheiten wissen müssen oder weitere Informationen für Sie haben.

Art des Missbrauchs:

Zum Beispiel antisemitische Inhalte, rassistische Inhalte oder Material, das zu einer Gewalttat führen könnte.

Beispielsweise eine Kreditkartennummer, persönliche Identifikationsnummer oder unveröffentlichte Privatadresse. Beachten Sie, dass E-Mail-Adressen und der vollständige Name nicht als private Informationen angesehen werden.

Forenregeln

Um zu sinnvolle Fragen zu kommen halten Sie sich bitte an folgende Spielregeln:

Neu registrieren

Registrieren auf E - Mails für Casio fx-50F PLUS wenn:


Sie erhalten eine E-Mail, um sich für eine oder beide Optionen anzumelden.


Andere Handbücher von Casio fx-50F PLUS

Casio fx-50F PLUS Bedienungsanleitung - Deutsch - 87 seiten


Das Handbuch wird per E-Mail gesendet. Überprüfen Sie ihre E-Mail.

Wenn Sie innerhalb von 15 Minuten keine E-Mail mit dem Handbuch erhalten haben, kann es sein, dass Sie eine falsche E-Mail-Adresse eingegeben haben oder dass Ihr ISP eine maximale Größe eingestellt hat, um E-Mails zu erhalten, die kleiner als die Größe des Handbuchs sind.

Ihre Frage wurde zu diesem Forum hinzugefügt

Möchten Sie eine E-Mail erhalten, wenn neue Antworten und Fragen veröffentlicht werden? Geben Sie bitte Ihre Email-Adresse ein.



Info