Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.53 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.53 KB

Programming Challenge #1

Description

This challenge is to create a user's input and display it back to the user.

Difficulty

Extremely Easy (Beginner)

Point value:

1

Checklist

  • Create a variable
  • Get user input and store it in the variable
  • Display the variable back to the user, using a print statement or a popup.

Submission

  • Create a new folder in the Submissions folder with your name and the challenge number. (ex. Submissions/John Doe/1)
  • Add your code to your folder.
  • Create a file called README.md in your folder.
  • Explain your code in your README.md file.
  • Create a pull request to the master branch.
  • Wait for your pull request to be reviewed.

Resources