Q1) Given that a method receives three parameters a , b , c , of type double, write some code, to be included as part of method, which determines whether value of "b squared" - 4ac is negative. If negative, code then prints out message "no real solutions" and returns from method.