vanessagabisanchez vanessagabisanchez 28-09-2022 Computers and Technology Answered 1.5 Code Practice: Question 3 Write a program to output the following quote: "The computer was born to solve problems that did not exist before." - Bill Gates Hint: Remember that the escape sequences \n and \" can be used to create new lines and quotation marks in your code.