CS 151 summer: Homework #1 Problem 1. Write an application program that prints your name in a box of stars. Example: ****************** * NELI ZLATAREVA * ****************** 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. see book, page 94 -- project 2.4 Problem 4. see book, page 94 -- project 2.8