IST 431 Assignment/tutorialoutletdotcom - PowerPoint PPT Presentation

About This Presentation
Title:

IST 431 Assignment/tutorialoutletdotcom

Description:

FOR MORE CLASSES VISIT tutorialoutlet Write a complete Java program called CharCounter that gets two Strings called inputWord and inputCharacter from the user at the command line. Check that the character has a length of 1. • If it doesn't, provide the user with suitable feedback and conclude the program. • If the character length is valid (i.e., it has a length of 1), use a while loop to check each position in the inputWord variable and return the number of times the character occurs. – PowerPoint PPT presentation

Number of Views:6
Slides: 4
Provided by: davidw1277

less

Transcript and Presenter's Notes

Title: IST 431 Assignment/tutorialoutletdotcom


1
IST 431 Assignment/tutorialoutletdotcom
For more course tutorials visit tutorialoutletdotc
om
2
IST 431 Assignment Write a complete Java program
called CharCounter that gets two Strings called
inputWord and inputCharacter from the user at the
command.
  • FOR MORE CLASSES VISIT
  • Tutorialoutlet
  • Write a complete Java program called CharCounter
    that gets two Strings called inputWord and
    inputCharacter from the user at the command line.
    Check that the character has a length of 1.
  • If it doesn't, provide the user with suitable
    feedback and conclude the program.

3
IST 431 Assignment/tutorialoutletdotcom
Write a Comment
User Comments (0)
About PowerShow.com