please help me to correct the followin java code
// hello i got some errors in the code below, and i dont understand how to correct so please guide me import java.util.Scanner;public class Task72{ public static void main(String[] args) { String [] entry=new String[10]; input(entry); display(entry); check(entry); public static input(String []urentry) { System.out.println("Enter ten text entry"); for(i=0; i10;i++) { Scanner scan=new Scanner
- Read more about please help me to correct the followin java code
- 2 comments
- Log in or register to post comments
- 52 views