hi can ask a question to all who can be convert this is java this is my assignment i need this so plssssssss all help me im noobie about java
#include <iostream>
#include <string>
using namespace std;
int main ()
{
string str ("My name is Charles Babbage.");
cout << "My name is Charles Babbage.\n";
cout << "Length: " << str.length();
cout <<"\n";
string st ("My name is Allan Turing.\n");
cout <<"\n";
cout << "My name is Allan Turing.";
cout <<"\n";
cout <<"Length: "<< st.length();
cout <<"\n";
cout <<"\n";
http://www.cplusplus.com/forum/articles/1295/
Notice the part www.cplusplus.com, even if someone here knows Java is unlikely for you getting an answer for the reasons posted by helios.
I would also add:
4. Asking something is easy to find using Google