Icon New game New game

Promedio de Notas en Java

Fill in the Blanks

(40)
Este programa realiza un promedio de 4 notas ingresadas, utilizando la clase Scanner.

Download the paper version to play

Recommended age: 17 years old
71 times made

Created by

Guatemala

Top 10 results

  1. 1
    00:42
    time
    100
    score
  2. 2
    10. Wendy Gonzalez 5SB
    10. Wendy Gonzalez 5SB
    00:53
    time
    100
    score
  3. 3
    01:09
    time
    100
    score
  4. 4
    01:11
    time
    100
    score
  5. 5
    Abner Aviche 5BC
    Abner Aviche 5BC
    01:21
    time
    100
    score
  6. 6
    01:25
    time
    100
    score
  7. 7
    17 Evelyn Tuluxan 5to SB
    17 Evelyn Tuluxan 5to SB
    01:26
    time
    100
    score
  8. 8
    01:29
    time
    100
    score
  9. 9
    Pamela López
    Pamela López
    01:34
    time
    100
    score
  10. 10
    Jimena Equite
    Jimena Equite
    01:45
    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

Promedio de Notas en JavaOnline version

Este programa realiza un promedio de 4 notas ingresadas, utilizando la clase Scanner.

by Isaías A. Cuá Dubón
1

PromedioNotas ;
java . util . Scanner ;
class PromedioNotas {

static void main ( String [ ] args ) {
/ / Declaramos nuestro objeto Scanner
Datos = new Scanner ( System . in ) ;
/ / Declaramos nuestras variables a utilizar
n1 , n2 , n3 , n4 , Promedio ;
NombreCompleto , Clave ;

/ / Firma del programador
. out . println ( " Ingrese un nombre y un apellido " ) ;
NombreCompleto = Datos . nextLine ( ) ;
System . out . ( " Ingrese su clave " ) ;
= Datos . nextLine ( ) ;
. out . println ( " Programado por : " + " " + + " " + ) ;

/ / Obtenemos los valores
System . out . ( " Ingrese la nota 1 " ) ;
n1 = Datos . nextInt ( ) ;
System . . println ( " Ingrese la nota 2 " ) ;
n2 = Datos . nextInt ( ) ;
. out . println ( " Ingrese la nota 3 " ) ;
n3 = Datos . nextInt ( ) ;
System . out . ( " Ingrese la nota 4 " ) ;
n4 = Datos . nextInt ( ) ;

/ / Calculamos el promedio
Promedio = ( n1 + n2 + n3 + n4 ) / 4 ;

/ / Presentamos el resultado en un mensaje en pantalla
System . out . print ( " El promedio de las notas ingresadas es : " + " " + ) ;

}
}

educaplay suscripción