Write a program that makes 2 + 2 = 5 12 years ago#lang racket (define (add-bizzare x y) (round (+ (+ x 0.4) (+ y 0.4)))) 0ThreadHN