Example Code

Example Code

View Answers

September 21, 2009 at 11:34 AM

Hi Friend,

To study the Wrapper Class,please visit the following link:

http://www.roseindia.net/java/wrapper-class/

Scanner Class:

The purpose of Scanner class is to read the integer,string,double,float values from the command prompt.

Example of Scanner class:

import java.util.*;

public class UserInput{
public static void main(String[]args){
System.out.print("Enter name:");
Scanner input=new Scanner(System.in);
String name=input.nextLine();
System.out.print("Enter age:");
int age=input.nextInt();
System.out.print("Enter percentage:");
double percent=input.nextDouble();

System.out.println("Your name is: "+name);
System.out.println("Your age is: "+age);
System.out.println("Your percentage is: "+percent);

}
}

Thanks









Related Tutorials/Questions & Answers:
example code
example code  code for displaying a list from another class on a midlet
Example Code
Example Code       Example Code Following are the some of example code with demos :  jQuery blur eventADS_TO_REPLACE_1 jQuery change
Advertisements
Pagination example with html code
Pagination example with html code  Hi, could u please provide pagination code with clear cut explanation. Thanks in advance
Need an example of basic code.
Need an example of basic code.   Im working on an art project that I want to use some code in, and I am proficient in python but that looks fairly... of the building blocks of my idea so if someone could provide an example I would
Need an example of basic code.
Need an example of basic code.   Im working on an art project that I want to use some code in, and I am proficient in python but that looks fairly... of the building blocks of my idea so if someone could provide an example I would
Need an example of basic code.
Need an example of basic code.   Im working on an art project that I want to use some code in, and I am proficient in python but that looks fairly... of the building blocks of my idea so if someone could provide an example I would
MPVolumeView Example code
MPVolumeView Example code  Hi, Please let's know how I can add MPVolumeView control in my iPhone application? ThanksADS_TO_REPLACE_1   Hello, You can use the following code: MPVolumeView *volumeView
Example Code - Java Beginners
Example Code  I want simple Scanner Class Example in Java and WrapperClass Example. What is the Purpose of Wrapper Class and Scanner Class . when i compile the Scanner Class Example the error occur : Can not Resolve symbol
NSMutableArray Example Code
NSMutableArray Example Code  creating and allocating memory... the example given below.. NSMutableArray *array; array = [[NSMutableArray... the example given below.. NSMutableArray *array; array = [[NSMutableArray alloc]init
No complete code for AbstractWizardFormCOntroller Example
No complete code for AbstractWizardFormCOntroller Example  No complete codes
Example code of adding placeholder in UItextFeild
Example code of adding placeholder in UItextFeild  Ho to add add the placeholder text in UITextField in IOS program programmatically? Thanks  ... is the code example: mytext.placeholder = @"Enter User Name"; Thanks
Hibernate Criteria Transformer Example code
Hibernate Criteria Transformer Example code  Hello, I am trying to find the example of Hibernate Criteria Transformer. Tell me the good tutorial of Hibernate Criteria Transformer with source code. Thanks   Hi, Check
Example code of jQuery animation
Example code of jQuery animation       Example code of jQuery animation... effects also. Given below link contain the example code for custom animation
MySQLselect into new table Example code
MySQLselect into new table Example code  Hi, I have a big table in MySQL database and I want to create a new table with all the data in it. I have heard that there is SQL statement "mysql select into new table" which selects
Java Hello World code example
Java Hello World code example  Hi, Here is my code of Hello World program in Java: public class HelloWorld { public static void main..., Learn Java Tutorials and download running code examples. ThanksADS
NSLog NSDictionary Example code
The following code example prints the data of NSDictionary. You can use the NSLog function to debug your program. In this example we will be showing you the code that prints the value of NSDictionary object. // // 
Spring 3.0 Tutorials with example code
Spring 3.0 - Tutorials and example code of Spring 3.0 framework... of example code. The Spring 3.0 tutorial explains you different modules... download the example code in the zip format. Then run the code in  Eclipse
Hibernate Criteria Query Example with source code
good example of Hibernate Criteria Query Example with source code? Thanks   Here is good Example program of Hibernate Criteria Query with source code... Query Example page and see the source code of the program. Check the Latest
need pyspark lit function example code
need pyspark lit function example code  Hi, I want to use the lit... to use it. It will be very helpful for me if someone shares me the code of pyspark lit function example. (adsbygoogle = window.adsbygoogle || []).push
MySQL take backup of a table - example code needed
MySQL take backup of a table - example code needed  How to take backup of a table in MySQL? I have a database which contains many tables. What is the command to take the backup of one table with data from database? Thanks
Please explain what is hibernatetemplate with an example code.
Please explain what is hibernatetemplate with an example code.  hi, Please explain Hibernate template example code to me..   Hello Friend, HibernateTemplate is a helper class that facilitate to query/retrieve data
NSLog print NSString example code
Following example prints the value of NSString object on the console using the NSLog function which can be used to debug the iPhone application. // // ...) print;  @endADS_TO_REPLACE_3 The implementation class code is as follows
java code for threading example for connecting data base
java code for threading example for connecting data base  Write a program that has two threads First thread queries the database and fetches all the employee records from the emp table. Stores the employee objects
Bit torrent technology code example - JSP-Servlet
Bit torrent technology code example   Hello everyone... to start implementing it to a code so please send me a sample code in java or jsp... the following example which asks user to upload an image on the server and then you
NSLog Date example code
In this following code we have create a variable to of NSDate class and then used the NSLog function to print the date on the console. // //  hellodate.h //  DataTypes // //  #import <Foundation/Foundation.h>
No complete code for BeanNameUrlHandlerMapping With Command Class Example
No complete code for BeanNameUrlHandlerMapping With Command Class Example  There is no complete dispatcher-servlet.xml and we couldn't download the codes
How to write Example code for CRUD application in hibernate annotation?
How to write Example code for CRUD application in hibernate annotation?  Learn Hibernate can be easy if anyone help me with the simple example code. How to write Example code for CRUD application in hibernate annotation? Share
Java Compilation error. Hibernate code problem. Struts first example - Hibernate
Java Compilation error. Hibernate code problem. Struts first example  Java Compilation error. Hibernate code problem. Struts first example
Request for complete code of the Spring 2.5 MVC User Registration Example
the complete code of this example or rest of the part. Best Regards, Uttam kumar...Request for complete code of the Spring 2.5 MVC User Registration Example  Hi, The Spring 2.5 MVC User Registration Example is very helpfull
How to write Example code for comparing Strings in iPhone SDK?
How to write Example code for comparing Strings in iPhone SDK?  I... to compare the two string. Following code can be used: if([str1 isEqualToString... if it is equal and FALSE if it is not matching. Check the complete code with examples
HTML code example
: The <p> tag is used to organize the text into paragraph. Example code... input filed: HTML code example of input tag: <input type="text"...HTML code examples In this section we are giving many html code examples which
NSLog float example code
The following code example of NSLog function prints the value of float variable... to test and debug the code. Here is the code example of NSLog function... implementation code is as follows:ADS_TO_REPLACE_4 // //  PrintFloat.m // 
Internationalization Code Example
; } Internationalization Code Example       This Example shows you Internationalization  son... firstName=Nom postalCode=Code postal password=Mot de pass\u00e9
NSLog NSInteger example code
The following code example prints the value of NSInteger object using the NSLog function. // //  PrintNSInteger.h //  DataTypes // #import <Foundation/Foundation.h> @interface PrintNSInteger : NSObject {  
NSLog double example code
The following code examples explains how one can print the value of double using NSLog function. // //  PrintDouble.h //  DataTypes // #import <Foundation/Foundation.h>ADS_TO_REPLACE_1 @interface PrintDouble
Java BufferedWriter example
. Given below example will give you a clear idea : Example : import java.io.... successfully     Download Source Code
NSLog long example code
The following code prints the long value on the console using the NSLog function. // //  PrintLong.h //  DataTypes // //  #import <Foundation/Foundation.h>  ADS_TO_REPLACE_1 @interface PrintLong : NSObject
hibernate by example
In this tutorial you will learn hibernate by example with ready made downloadable source code
Hibernate Example
This section contains a simple Hibernate 4 example using Annotation with source code. The eclipse id and Apache Tomcat is used in this example
example
example  example on Struts framework
example
example  example on Struts framework
Code
Code  how to print this?? with the use of only JSP....... 1 23 456 78910   Here is the jsp number pattern example: 1 2 3 4 5 6 7 8 9 10 <%@page language="java"%> <% int k = 1; for(int i=1; i<= 4 ;i
hibernate sample code
This section contains a simple Hibernate 4 example using Annotation with source code. The eclipse id and Apache Tomcat is used in this example
Code
Code  code for connecting c lang to database
code
code    how to write this in java
code
code  code for android sample program
code for this is
code for this is  a b c d c b a a b c c b a a b b a a a code
code
code  please provide code for custom tags.by using currdate tag we need to get current date?please give me code
code
code   hi I need help in creating a java code that reminds user on a particular date about their festival. i have no clue of how to do it.. am looking forward to seek help from you
code
the correct code for a program.The output of the program is listed below...: {Block 5} ADDRESS-3: {San Juan} POST CODE:{6745} ENTER CODE (XX TO stop) CODE:{FF1} QUANTITY:{2} CODE:{TR4} QUANTITY:{1} CODE:XX INVOICE FOR YOUR ORDER Harry

Ads