the program needs to have two input statements. One will ask for the shape and the other for the location.
The shape is limited to either a circle or a square. If the user selects a circle the program needs to ask the user for the pen color. The choices are red, blue or yellow. All of the pen colors will determine a specific fill color. Explore online to find a new fill color. For instance, if the user selects red as the pen color, the fill color will be pink (or whatever other color you want). If the user selects a square the program needs to ask the user for a fill color. The choices are red, blue or yellow. These colors will determine the pen color. For instance if the user selects blue for the fill color, the pen color can be green (or whatever other color you choose.
The location is limited to Top Left, Top Right, Bottom Left and Bottom Right. If the user enters Top Left, then the pen size must be 3. If the user enters Top Right, then pen size must be 5. If the user enters Bottom Left, then the pen size must be 7. Finally if the user enters Bottom Right then the pen size must be 9.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme