11. HC11 ‐ Haskell Chapter 11 Practical Tasks: Basic‐IO - wimsio/universities GitHub Wiki

  1. -- HC11T1: Write a program that asks the user for their name and prints a greeting.

  2. -- HC11T2: Write a program that reads a line of input and prints the number of characters in that line.

  3. -- HC11T3: Write a program that asks the user for a number, reads it, and prints that number multiplied by 2.

  4. -- HC11T4: Write a program that reads two lines of input and prints them concatenated.

  5. -- HC11T5: Write a program that repeatedly asks the user for input until they enter "quit".

  6. -- HC11T6: Write a program that reads a line of input, converts it to uppercase, and prints it.

  7. -- HC11T7: Write a program that prints a list of options to the user and executes different code based on the user's choice.

  8. -- HC11T8: Write a program that reads a number and tells the user if it's even or odd.

  9. -- HC11T9: Write a program that reads two numbers and prints their sum.

  10. -- HC11T10: Write a program that reads input from the user and reverses the string.

  11. Finished. Congratulations! Get your progress token here