mayank parmar
learn
1 Answer(s)      2 years and 2 months ago
Posted in : Java Beginners

how to input value in java

View Answers

March 16, 2011 at 11:20 AM


You can use Scanner class, BufferedReader class to input values.

Here is an example:

import java.util.*;
class  ScannerExample
{
    public static void main(String[] args) 
    {
        Scanner input=new Scanner(System.in);
        System.out.print("Enter integer: ");
        int i=input.nextInt();
        System.out.print("Enter double: ");
        double d=input.nextDouble();
        System.out.print("Enter float: ");
        float f=input.nextFloat();
        System.out.print("Enter string: ");
        String s=input.next();
        System.out.println(i);
        System.out.println(d);
        System.out.println(f);
        System.out.println(s);
    }
}









Related Pages:
Learn Management
Learn Management  Hi, How to learn Management online? Thanks   Hi, You can learn management at Management tutorials section. Thanks
learn jquery
learn jquery   is it possible to learn myself jquery,ajax and json   Yes, you can learn these technologies by yourself. Go through the following links: Ajax Tutorials JSON Tutorials JQuery Tutorials
learn jquery
learn jquery   is it possible to learn myself jquery,ajax and json   Yes, you can learn these technologies by yourself. Go through the following links: Ajax Tutorials JSON Tutorials JQuery Tutorials
Learn Ajax
Learn Ajax  Hi, Give good links to learn ajax. What is the correct url at roseindia.net to learn Ajax? Thanks   Hi, If you are beginner in Ajax start learning from the index of Ajax tutorial. Start learning Ajax
to learn java
to learn java  I am b.com graduate. Can l able to learn java platform without knowing any basics software language.   Learn Java from the following link: Java Tutorials Here you will get several java tutorials
Learn java
Learn java  Hi, I am absolute beginner in Java programming Language. Can anyone tell me how I can learn: a) Basics of Java b) Advance Java c) Java frameworks and anything which is important. Thanks
learn CVS
learn CVS  How i can use cvs in eclipse, How i can check in and cheack out my project
Guide me to learn Flex
Guide me to learn Flex  Guidance to learn Flex Thanks in Advance. Kamal   Please visit the following link: Flex Tutorials
i want to learn Jquery
i want to learn Jquery  i want to learn jquery can u plz guide me   Yes, you can learn these technologies by yourself. Go through the following links: Ajax Tutorials JSON Tutorials JQuery Tutorials
learn sql - SQL
learn sql  how to learn sql......idont know anything about programming knowledge  Hi Friend, Please visit the following link: http://www.roseindia.net/sql/ Thanks
Learn PHP Tutorials for Beginners
Learn PHP Tutorials for Beginners  Hi, I am just pass-out from college and eager to learn the PHP. Can anyone suggest or provide me a resourceful information for php beginners. Thanks
How to learn PHP?
How to learn PHP?  Hi, How I can learn PHP easily? Thanks  Hi Friend, Please visit the following link: http://www.roseindia.net/php/ Thanks  Hi Friend, Please visit the following link: http
How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type
How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type
How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type
How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type
How we learn java
How we learn java  what is class in java? what is object in java? what is interface in java and use? what is inheritence and its type
Learn Java - Learn Java Quickly
Learn Java - Learn Java Quickly       Java is an object oriented programming language developed by Sun Microsystems. This is freely available to public for all purposes
Wt is easy way to learn UML
Wt is easy way to learn UML  Hello Friends, Please guide me,How to learn UML in easy way and efficent way. Thanks in Adavance Thanks, Abiram
Please help me to learn - WebSevices
Please help me to learn  Please help me to learn Java Fast
Where to learn java programming language
Where to learn java programming language  I am beginner in Java and want to learn Java and become master of the Java programming language? Where to learn java programming language? Thanks   Hi, Java is Object
Learn Spring Framework from where?
Learn Spring Framework from where?  I want to learn the Spring... the documentation but it does not have the easy to learn examples. So, these are not good... to understand. Where can I find the projects to learn Spring framework? Thanks
Learn some thing about ajax
Learn some thing about ajax  please provied some simple ajax code for learning   Asynchronous JavaScript and XML or Ajax for short is new web development technique used for the development of most interactive website
JDBC Training, Learn JDBC yourself
; JDBC Training - Learn JDBC yourself: In this section we are providing free JDBC training material online. You can learn JDBC at your own... will help the programmers to learn JDBC skills necessary to build powerful
Learn Java in a day
Learn Java in a day     ... of java concepts through simple programs. We hope, "Learn java... In this section, you will learn to download and install java in your computer.  You
Learn Online Java Training
Learn Online Java Training It would be safe to say that the advancements in technology in the 21st century, to a large extent, have been a direct impact... their online class. Learn online Java programming training ensures that students
Where can I learn Java Programming
and time to learn Java in a right way. This article is discussing the most asked question which is "Where can I learn Java Programming?". We have.... Institute will teach you the basics and advance topics of Java. You even learn
how to learn xml...any suggested sited - XML
how to learn xml...any suggested sited  hi all, is there any suggested sites to learn xml quickly..how far this xml is useful in java  Hi Friend, Please visit the following link: http://www.roseindia.net
what is the procedure to learn in online course in roseindia
what is the procedure to learn in online course in roseindia  hi dear sir can you send me the fee structure and how to pay
In this section you will learn how to rename MySQL database.
How to rename MySQL database? In this section we will learn the safest method to rename MySQL Database. The following statement was added in the MySQL version 5.1.7: RENAME {DATABASE | SCHEMA} db_name TO new_db_name
Can you suggest any good book to learn struts
Can you suggest any good book to learn struts  Can you suggest any good book to learn struts
Beginning PHP - Learn PHP programming language from scratch.
to learn PHP quickly and easily. In this PHP Beginner's tutorial you will learn... the different php program with examples to learn the PHP programming language in details... install the web server     Develop the sample code and learn
I am from .net background, I want to learn SOA.
I am from .net background, I want to learn SOA.  Hi I am from .net background, I want to learn SOA. Could it possible for me to learn SOA, I suppose SOA includes Java. I dont have knowledge of java. Please help Thanks  
Java nio package - Learn how to use java nio package.
Java nio package. In this section we will learn about the java.nio package. We will also see how to use java.nio package classes and its methods in java programming. The java.nio (known as java new
Java File - Learn how to handle files in Java with Examples and Tutorials
Java File - Example and Tutorials This section is discussing about file handling in Java. You will learn how to handle file in Java. Examples given here... functions to read and write data to the file system. So, its very important to learn
Learn how to take MySQL Backups and restore the same.
Learn how to take and then restore the MySQL database backup. You can use mysqldump utility to take the backup of MySQL database and tables with or without data as per your need. There are many ways to take the back of your database
Java zip package - Learn how to use java zip package.
Java zip package In this section we will learn about java.util.zip package of java library. We will also learn how to use the zip API to create and read... learn zip package of java with examples
Marvellous chance to learn java from the Java Experts
Marvellous chance to learn java from the Java Experts A foundation course on Java technology which... for Software Development on Java Platform. Learn to implement
Learn to Set Up An Internal Private Repository For An Organization
Learn to Set Up An Internal Private Repository For An Organization       We have set up an internal Maven Repository  for our organisation so
It?s Easy to See Why You Should Learn PHP
and easy for anyone to learn how PHP can work. Here are some reasons why a person should learn how to use PHP. There is a very good reason why it is important to learn how to use PHP. This is because PHP is becoming one of the most commonly
Axis2 ant wsdl2java - Learn WSDL2java utility of Axis2 with example
Axis2 ant wsdl2java - Learn WSDL2java utility of Axis2 with example... the Hello World Web service. In this section we will learn how to use wsdl2java... the developer. Here you will learn to use wsdl2java tool from the Ant.  Setting
Technology index page
Technology related terms are explained here. Learn it by the tutorials and examples explained here

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.