(define str (read)) (define num (read)) (display "String = ") (display str) (display "Integer = ") (display num)