Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need this answer for Visual Basic CASH FOR GOLD Design a Windows application and write the code that will execute according to the program

I need this answer for Visual Basicimage text in transcribed

CASH FOR GOLD Design a Windows application and write the code that will execute according to the program require- ments in Figure 7-73. Before designing the user interface, create a Use Case Definition. Before writing the code, create an event planning document for each event in the program REQUIREMENTS DOCUMENT Date: Date Submitted: Application Title: Cash for Gold Purpose: July 1, 2017 This Windows Desktop application calculates the amount of gold jewelry that can be sold to make a target amount of money or finds the amount of money earned based on the weight of gold jewelry collected at estate sales. rogram Procedures: The user can select how many ounces of gold must be sold to earn a target amount of money or find the amount earned based on the weight of gold collected. 1. The user first selects whether to compute a weight in ounces to reach a goal amount Algorithms, Processing, and Conditions or to compute the amount earned by selling gold jewelry. 2. After the user selects an option, display the necessary objects based on the selection If the user selects the goal amount, request the target amount the user hopes to earn. If the user chooses to find the a mount earned based on the weight of her collected gold, request the weight in ounces 3. Based on one ounce of gold selling for $1168.67, calculate the weight of gold the user needs to collect to make the goal or calculate the amount of money the collected gold jewelry is worth. Use separate procedures to make the two calculations 4. Display the result of the calculation on the form 1. A Clear Form button should clear the form 2. The data the user enters should be validated in Try-Catch blocks in separate Notes and Restrictions: procedures as needed omments: 1. The application should begin with a splash screen that holds for approximately four seconds. 2. Obtain images for this program from the web

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago