Exercise 6 Week 2 - Java Tutorial Missing String Substring Combining Strings

Опубликовано: 08 Октябрь 2014
на канале: Red Stag Digital
446
4

For more: http://redstagdigital.com/

Week 3 Videos:    • Java Tutorials MECB Week 3  

Objective:
Write a Java program called MissingString that prompts the user to enter a string (which you will call s) and an int (which you will call n). Print out to the screen a new string whereby the character at index n in string s has been removed. The value of n will be a valid index of a character in string s (i.e.: n will be in the range 0 ... s.length()-1 inclusive)