Skip to content

Assignment 1: Echo

Jace Bennett edited this page Nov 20, 2013 · 1 revision

##Problem

Create a command-line program which accepts 2 arguments on the command line. The first argument is a message, and the second argument is a whole number. The program will print the message, repeating it the specified number of times.

##New Concepts

  • Command line arguments
  • Converting Strings to Integers

##Worked Example

You can see one possible solution here

Clone this wiki locally