A Java Program to count and display the number of Vowels, Consonants, White Spaces and Digits in any entered String in Java using Eclispe IDE
utopian-io·@edetebenezer·
0.000 HBDA Java Program to count and display the number of Vowels, Consonants, White Spaces and Digits in any entered String in Java using Eclispe IDE
#### In this tutorial, you will learn the following: - More application on for loops. - More application of Void return type methods. - More explanaton on Method calling #### You would need the following inorder to following this tutorial: - An Integrated Development Environment(IDE) installed that can run Java (e.g Eclipse, IntelliJ,Netbeans) - JDK 1.X installed on your Pc - Of course willingness to learn #### Difficulty - Intermediate #### Description This tutorial develops a Java program that is able to firstly, count the number of characters, vowels, digits, and consonants in a string. A String is accepted from the user using a Scanner class and passed as the argument to a string and then three print statements are displayed on the string giving the statistics of the entered input. #### Video Tutorial Link: https://youtu.be/LQqpAyAKQww #### Curriculum Below are a list of related videos that will make you understand this better! - [Understanding Loops(For loops) in Java using Eclipse IDE](https://steemit.com/utopian-io/@edetebenezer/java-tutorials-loops-for-loop) - [Understanding Methods (return type - Void) in Java using Eclipse IDE](https://steemit.com/utopian-io/@edetebenezer/understanding-methods-return-type-void-in-java-using-eclipse-ide) ## *NB: This video has only being shared on my Youtube Channel* ### Tutorial codes can be gotten from this Github repository: https://github.com/generalkolo/Javacodes <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@edetebenezer/a-java-program-to-count-and-display-the-number-of-vowels-consonants-white-spaces-and-digits-in-any-entered-string-in-java-using">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>