/// Name: Rachel Smith /// Period: 5 /// Program Name: Refresher Challenge /// File Name: RefreshingChallenge.java /// Date Finished: 1/15/2016 import java.util.Scanner; public class RefreshingChallenge { public static void main(String[] args) { Scanner keyboard = new Scanner(System.in); System.out.println(); System.out.print( "Your name: " ); String name = keyboard.next(); int josh = 10; if ( name.equals("Josh") ) { josh = 5; } for ( int i=0; iPicture of the output