Posts by user45146 • 11 points
1 post
-
-1
votes1
answer257
viewsQ: Error: Unexpected type required
This code should invert a string given by the first argument, but has a build error public class ex4 { public static void main (String args[]) throws IOException { int strlength=length(args);…