BasicJavaPrgm

java tutorial

  • Actuellement 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
Note : 0.0 sur 0 votes
Commentaires (0)
  X  



pub
 

Description

//In this tutorial I will show you how to make a basic Java program using Blue J The code is the following: import java.util.Scanner; public class Basic { public static void main(String [] args) { String name; Scanner input = new Scanner(System.in); System.out.println("Enter your name: " ); name = input.nextLine(); System.out.println("Your name is: " + name); } } Enjoy. Have any questions for me or need any help. Then leave comments..Thanks.

Mots-clés


Ajouter un commentaire

Nom :


Votre commentaire:


Confirmer:



* Merci de surveiller votre langage. 400 caractères maximum.

Commentaires

Soyez le premier à commenter cette vidéo.

Artiste : java tutorial
Titre de la vidéo : BasicJavaPrgm
Catégories : Java
Vues : 334
Ajouté par : admin