General Instructions
Use your site on the Lourdes DMS Domain to submit your files. Transfer your code files to the server, and then submit the URL of the specific page to the Assignments tool in Canvas.
Assignment Instructions
Create a code page that...
- demonstrates declaring variables
- demonstrates assigning numerical values to variables
- uses numerical variables in a calculation
- displays the result of a numerical calculation to the user
- demonstrates assigning string values to variables
- demonstrates the following string handling:
- concatenation
- finding a string's length
For this assignment...
- you may use the starter template
The starter template includes 2 button triggers and 2 functions. You can use 1 for numeric values and one for string values. Feel free to add any additional components to the file.
- you may not copy code
Evaluation Criteria
To successfully complete this assignment, your page must
- demonstrate declaring variables
- demonstrate assigning values to variables
- demonstrate numerical caluclations with variables
- demonstrate string handling
- output results to the user
- be free of coding errors