Icon New game New game

PROGRAMACION EN JAVA

Fill in the Blanks

(1)
ESTRUCTURA BÁSICA DE UN PROGRAMA EN JAVA

Download the paper version to play

Recommended age: 16 years old
7 times made

Created by

Mexico

Top 10 results

  1. 1
    05:16
    time
    100
    score
  2. 2
    05:17
    time
    100
    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

PROGRAMACION EN JAVAOnline version

ESTRUCTURA BÁSICA DE UN PROGRAMA EN JAVA

by Leticia Caballero
1

System out out System m d out out d s println static a m r class println System b r println main String println println println s println

/ / Programa No . 1 : OPERACIONES BASICAS + - * /
/ / FECHA : 28 / 01 / 2021
/ / LETICIA CABALLERO ROBLES

public OPERACIONES { / / declarando el objeto
public void ( args [ ] ) { / / funcion principal del programa

int = 9 , = 3 , s , r , d , m ;

= a + b ;
= a - b ;
= a / b ;
= a * b ;

System . . ( " Resultado de las operaciones " ) ;
. out . ( " - - - - - - - - - - - - - - - - - - - - - - - - - - - - " ) ;
System . . ( " Suma = " + ) ;
. out . ( " Resta = " + ) ;
System . . ( " División = " + ) ;
. out . ( " Multiplicación = " + ) ;
System . . ( " - - - - - - - - - - - - - - - - - - - - - - - - - - - - " ) ;
}
}

educaplay suscripción