Jump to content



Photo
- - - - -

Help For Making Casio Basic Programing


  • Please log in to reply
3 replies to this topic

#1 nowadit

nowadit

    Newbie

  • Members
  • Pip
  • 11 posts
  • Gender:Male
  • Location:INDONESIA

  • Calculators:
    Algebra fx 2.0

Posted 12 November 2013 - 11:59 AM

Posted Image

Please help me for making this flowchart to Casio Basic language programing.

Edited by nowadit, 12 November 2013 - 12:02 PM.


#2 Casimo

Casimo

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 641 posts
  • Gender:Not Telling

Posted 26 November 2013 - 05:08 PM

Could you explain it? What is "Mau Lagi"?

#3 flyingfisch

flyingfisch

    Casio Maniac

  • Deputy
  • PipPipPipPipPipPipPipPip
  • 1891 posts
  • Gender:Male
  • Location:OH,USA
  • Interests:Aviation, Skiing, Programming, Mountain Biking.

  • Calculators:
    fx-9860GII
    fx-CG10 PRIZM

Posted 26 November 2013 - 06:09 PM

Using english terms may help...

#4 JosJuice

JosJuice

    Casio Addict

  • Members
  • PipPipPip
  • 75 posts
  • Gender:Not Telling
  • Location:Sweden

  • Calculators:
    Casio Prizm fx-CG10
    TI-84 Plus Silver Edition

Posted 27 November 2013 - 04:42 PM

I think it shows a program that starts with a menu ("pilihan bangun") where the user selects one of seven operations that the program can perform. Each operation asks the user for some variables and then calculates the volume of something based on that. After the operation is performed, it asks if the user wants to calculate something else ("mau lagi"). If not ("2 tidak"), the program exits. Sadly, I don't remember much of Casio-BASIC, but based on general programming experience (and by that, I mean TI-BASIC :P), you could do something like this:

1→A
While A=1
	Input B
	If B=1
	<calculate volume of cube>
	If B=2
	<calculate volume of some other shape>
	[...]
	If B=7
	<calculate volume of some other shape>
	Input A
End





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users