I tried to make a prg to find the largest word in a string but was unable.
I ended up with this.Can anyone tell my mistakes and write the correct prg!!
import java.io.*;
class lar_str
{
public static void main(String args[]) throws IOException
{
String str;
char arr[]=new char[50]...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.