ADD

import java.io.*;
class Add33
{
public static void main(String args[])throws IOException
{
BufferedReader br=new BufferedReader(new Input Stream Reader(System.in));
System.out.println("enter two double values");
String str=br.ReadLine();
String Tokenizer st=new StringToken(str," ");
String s1=st.next Token();
String s2=set.next Token();
double f1=Integer.ParseDouble(s1);
double f2=Float.ParseDouble(s2);
System.out.println(f1+f2);
}
}

2 comments:

Anonymous said...
This comment has been removed by a blog administrator.
Anonymous said...
This comment has been removed by a blog administrator.

My Favorite Books

  • C and Data Structures by Ashok N. kamthane
  • Web Technologies by A. A. Puntambekar
  • Learn HTML and CSS with W3Schools
  • Learn JavaScript and Ajax with W3Schools
  • HTML5 Black Book: Covers Css3, Javascript,XML, XHTML, Ajax, PHP And Jquery
  • HTML5 Application Development Fundamentals: MTA Exam 98-375
  • .NET 4.0 Programming 6-In-1, Black Book
  • SQL Server 2008 R2 Black Book
  • Asp.net 4.0 Projects Covers: net 3.5 And .net 4.0 Codes, Black Book
  • UNIX Shell Programming 1 Edition by Yashavant Kanetkar
  • UNIX and Shell Programming 1 Edition by Richard F. Gilberg, Behrouz A. Forouzan
  • Computer Networks by Andrew S. Tanenbaum
  • Multiple Choice questions in computer science by Timothy J Williams