i'm trying to change the last character per word
in the input sentence by the word java..
this program below works...
but there is some major problems with it
//addjava2.java
import javax.swing.JOptionPane;
public class addjava2
{
public static void main(String args[])
{
String...