Write the following straight-line program with type information added to it. That is, show the type of each name explicitly.
  Let count = 1.
  Let foot = 3.0.
  Let name = "Rose".

 

    [Language: Cinnameg  Kind: statements]