Ch08 Quiz B Unfinished

Skeleton of a quiz on data. UNFINISHED.
  1. Use data to create a QuizB1 data type that includes a Double, String and Int, in that order.

  2. Create an example QuizB1 that contains the information 18.015, “Water” and 100.

  3. The following code generates an error even though Fixit was correctly defined. What do you think is wrong?

     err = (Fixit 32 /= Fixit 64)
    
  4. Use record syntax with field names to create a type QuizB2 that includes a Double field representing the distance

Last modified January 31, 2025: Sketch of a quiz; not used. (77ae2b6)