Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. public class Mycode{
  2. public static void main(String[] args) {
  3. System.out.println("Welcome to the innovation and tech data mining table");
  4. Scanner sc = new Scanner(System.in);
  5. Scanner input = new Scanner(new File("Data2.txt"));
  6. while (input.hasNext()){
  7. String data = input.nextLine();
  8. }
  9. System.out.println(data);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement