11. HC11 ‐ Haskell Chapter 11 Practical Tasks: Basic‐IO - wimsio/universities GitHub Wiki
-
-- HC11T1: Write a program that asks the user for their name and prints a greeting.
-
-- HC11T2: Write a program that reads a line of input and prints the number of characters in that line.
-
-- HC11T3: Write a program that asks the user for a number, reads it, and prints that number multiplied by 2.
-
-- HC11T4: Write a program that reads two lines of input and prints them concatenated.
-
-- HC11T5: Write a program that repeatedly asks the user for input until they enter "quit".
-
-- HC11T6: Write a program that reads a line of input, converts it to uppercase, and prints it.
-
-- HC11T7: Write a program that prints a list of options to the user and executes different code based on the user's choice.
-
-- HC11T8: Write a program that reads a number and tells the user if it's even or odd.
-
-- HC11T9: Write a program that reads two numbers and prints their sum.
-
-- HC11T10: Write a program that reads input from the user and reverses the string.
-
here
Finished. Congratulations! Get your progress token