Icon New game New game

Programando con Java

Fill in the Blanks

Programacion Orientada a Objetos

Download the paper version to play

6 times made

Created by

Colombia

Top 10 results

  1. 1
    johana
    johana
    01:33
    time
    92
    score
  2. 2
    00:29
    time
    80
    score
Do you want to stay in the Top 10 of this game? to identify yourself.
Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

  1. time
    score
  1. time
    score
time
score
time
score
 
game-icon

Fill in the Blanks

Programando con JavaOnline version

Programacion Orientada a Objetos

by Anyelo Gerley Quintero Reyes
1

println System out

public class MyClass {
public static void main ( String [ ] args ) {
. . ( " Primer Programa " ) ;
}
}

2

main class

public MyClass {
public static void ( String [ ] args ) {
System . out . println ( " Primer Programa " ) ;
}
}

3

4 7 6 2 8 5 3 10

public class Main {
public static void main ( String [ ] args ) {
System . out . println ( + ) ; / / suma de 3 y 4
System . out . println ( - ) ; / / resta de 8 y 6
System . out . println ( * ) ; / / multiplicacion de 7 y 2
System . out . println ( / ) ; / / division de 10 y 5
}
}

educaplay suscripción