CS 151: Homework #1 Problem 1. Write an application program that prints your name and your major in a box of stars on two separate lines. Example: ******************** * NELI ZLATAREVA * * Computer Science * ******************** Problem 2. Write an application program that prints AAAAAAA BBBBBBB CCCCCCC in three different ways: a) on one line b) on three lines c) inside a box made up of the characters * and = Problem 3. Write an application program that converts miles to kilometers. 1 mile = 1.60935 kilometers. Read the miles value from the user as a floating point value.