Academic help online Posted on October 20, 2016 Given a = 5,b = 1,x = 10, and y = 5, create a program that outputs the result of the formula f = (a – b) (x – y) using a signal printf () function.