Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Number Basics | Python BehaviorExample for demonstrating Number Basics | WebEx | numeric types | |
| 2 | Variable to Integer | Python BehaviorExample for demonstrating Variable to Integer | WebEx | numeric types | |
| 3 | Numeric Day of the Week to Name Conversion | Given a user-supplied numeric day of the week (1, 2, 3, etc.), output the corresponding name for the day (Monday,... | PCEX | ||
| 4 | Numeric Dress Size to Nominal Size Conversion | Given a user-supplied US dress size (2, 4, 6, etc.), output the corresponding size label (XS, S, M, L, etc.). | PCEX | ||
| 5 | Construct a function that sorts a numeric array using Merge Sort. |
Construct a merge function that recursively splits a numeric array and takes a list as a parameter called data. Consider that... |
jsParsons | recursion, search algorithms, sorting, sorting algorithms | |
| 6 | Converting the Letter Grade of a Student to It's Numeric Range | Construct a program that receives a grade from the user and prints the numeric range for that grade using the... | PCEX | ||
| 7 | Converting the Letter Grade of a Student to Its Numeric Range | Construct a program that receives a grade from the user and prints the numeric range for that grade using the... | PCEX | ||
| 8 | Converting the Letter Grade of a Student to It's Numeric Range | Construct a program that receives a grade from the user and prints the numeric range for that grade using the... | PCEX | ||
| 9 | Try adding | Construct a function that adds two numbers together and handles non-numeric input. | jsParsons | exception handling, exceptions | |
| 10 | Construir una función que ordene un arreglo numérico usando Merge Sort |
Construye una funcion de mezcla que divida recursivamente un arreglo numerico y tome una lista como parametro llamada datos. Considera que... |
jsParsons |