Update countwords.java
Class was added back.
This commit is contained in:
parent
56ca966d47
commit
abc0e4593d
@ -7,6 +7,8 @@ import java.util.Scanner;
|
||||
* @author Marcus
|
||||
*
|
||||
*/
|
||||
class CountTheWords{
|
||||
|
||||
public static void main(String[] args){
|
||||
Scanner input = new Scanner(System.in);
|
||||
System.out.println("Enter your text: ");
|
||||
|
Loading…
Reference in New Issue
Block a user