1. Write a program that will read a positive integer and determine and print its binary
equivalent. (Hint: The bits of the binary representation of an integer can be generated by repeatedly dividing the number and the successive quotients by 2 and saving the remainder, which is either 0 or 1, after each division.)
2. Write a program using for and if statement to display the capital letter S in a grid of 15
rows and 18 columns as shown below