Hlavní navigace

 iPseudoCode 3

3

Pro hodnocení programu se prosím nejprve přihlaste

Staženo
4 ×
iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

iPseudoCode supports two grammars for programs, one with english keywords and other with spanish keywords.

An example of a program written in iPseudoCode is:

begin-program
i = 0
avg = 0
read "How many items?", numberOfItems

if (numberOfItems > 0) then
while (i < numberOfItems)
read value[i]
avg = avg + value[i]
i = i + 1
end-while

avg = avg / numberOfItems
write "Average = ", avg
end-if
end-program
  • Verze programu

    3

  • Poslední aktualizace od vývojáře

    13. 5. 2020

  • Počet stažení za měsíc

    0 ×

  • Velikost

    13,67 MB

  • Potřeba instalace:

    Ano

  • Web autora

    Guillermo Licea

  • Systémové požadavky

    Aplikace pro: iPad

  • Podporované jazyky

    • Angličtina
Zobrazit více
Přejít do App Store
Cena: 25 Kč
Aplikace pro: iPad

Sdílet

TIP: Stahují se vám programy pomalu? Změřte si rychlost svého internetového připojení.