14437
44
Zoom out
Zoom in
Previous page
1/61
Next page
E-42
•Example: Use Heron’s formula to perform a series of calculations to
determine the area of triangles for which the length of side A is fixed, and
the lengths of sides B and C are variable.
Program
?A: Lbl 1: ?B: ?C: (A + B + C) ÷ 2D^D × (D – A) × (D – B) ×
(D – C): Ans^Goto 1
kConditional Jump Using a Relational Operator
You can use relational operators so program execution compares two
values and then decides which processing should be performed based on
the relationship between the two values.
•Example: To create a program that calculates the total of a series of input
values, with calculation being terminated whenever zero is input
Program
0B: Lbl 1: ?A: A = 0 S Goto 2: B + A B: Goto 1: Lbl 2: B
12
Statement 1 Statement 2
3
1 Assigns 0 to variable B.
2 Assigns the input value to variable A.
3 If A = 0 is true, Statement 1 (Goto 2) is executed. If false, execution
advances to Statement 2 without executing Statement 1.
u Relational Operator Notes
•The relational operators you can use in a program are: =, G, >, >.
•A relational operation that is true returns a value of 1, while a false
relational operation returns a value of 0. For example, executing 3 = 3
would return a result of 1, while 1 > 3 returns a result of 0.
kOther Program Statements
u F Key Settings
The items shown below can be included as statements inside of a program.
You can input one of these statements using the same procedure as you do
for normal calculation. That is, press the F key to display a selection
screen and then press the number key that corresponds to the setting you
want.
Deg, Rad, Gra, Fix, Sci, Norm, Dec, Hex, Bin, Oct
•Example: Deg: Fix 3
44


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Casio FX3650P at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Casio FX3650P in the language / languages: English as an attachment in your email.

The manual is 0,63 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

Others manual(s) of Casio FX3650P

Casio FX3650P User Manual - German - 60 pages

Casio FX3650P User Manual - Italian - 60 pages

Casio FX3650P User Manual - Spanish - 61 pages


The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info