For more: http://redstagdigital.com/
Next Video: • Problem 3 - Tuesdays Java Tutorial - ...
Java API charAt Method: http://bit.ly/1wgqD32
Java API for Loop: http://bit.ly/1nxeJ4g
Java API If then else: http://bit.ly/1x1T3Nm
StackOverflow Multiple Paramater methods: http://bit.ly/1wgqNrc
Objective
write a method that takes two parameters, a non empty string s and an int n and return the string made starting with char 0 and then every nth char of the string. So if N is 3 use char 0, 3,6 and
so on, N is 1 or more------ example eneryNth "miracle", 2 - "Mrce
JAVA
JAVA TUTORIAL
JAVA PROGRAMMING
JAVA METHODS
JAVA FOR LOOP
JAVA IF THEN ELSE STATEMENTS
JAVA DATA TYPES
JAVA FOR BEGINNERS
INTEGER STRING CHARACTER
REMOVING CHARACTERS FROM STRINGS