Jeliot Program to calculate the Sequence by using the Iterative Function
import jeliot.io.*;
public class hitung {
public void input(){
System.out.println("tentukan nilai n:");
n=Input.readInt();
}
Showing posts with label Jeliot 3. Show all posts
Showing posts with label Jeliot 3. Show all posts
Wednesday, May 25, 2011
Tuesday, April 19, 2011
Power series determinan (jeliot 3)
import jeliot.io.*;
public class calculate {
public void input(){
System.out.println("specify the value n:");
n=Input.readInt();
public class calculate {
public void input(){
System.out.println("specify the value n:");
n=Input.readInt();
Program determines the leap year (Jeliot 3)
import jeliot.io.*;
public class leap {
public static void main() {
public class leap {
public static void main() {
FOUND GCD WITH JELIOT 3
import jeliot.io.*;
public class MyClass {
public static void main() {
int a=4,b=3,c=0;
public class MyClass {
public static void main() {
int a=4,b=3,c=0;
Java programming exercise (Jeliot 3)
Jeliot 3 is a Program Visualization application. It visualizes how a Java program is interpreted. Method calls, variables, operation are displayed on a screen as the animation goes on, allowing the student to follow step by step the execution of a program. Programs can be created from scratch or they can be modifyed from previously stored code examples.
Sunday, April 10, 2011
Subscribe to:
Posts (Atom)