Purchase Solution

Visual C-Sharp program for an Ice Cream Shop

Not what you're looking for?

Ask Custom Question

Create a Visual C-Sharp program for an Ice Cream Shop. The program will store data about ice cream cones and customers.

Create a Cone class that includes a choice of ice cream or yogurt, the flavor, the number of scoops and type of cone. This class should also include static data members for the cost per scoop (.50), cost per ice cream cone (.75).

Create a Customer class that includes last name, first name and CustomerID number. Store the Customer data to a file. You may not have data about the same customer in your file more than once.

Create an Order class that includes a Customer object and an array of 10 Cone objects (the maximum number of ice cream cones a customer can order is 10).

Display all order information and totals.

Purchase this Solution

Solution Summary

The expert examines visual c-sharp program for an ice cream shop.

Solution Preview

The program is a windows form-based application. When you start, you will see two tabs on the form. Use Take orders tab to take orders from customers. Use Manage customers tab to add customers or remove customers from Customers.txt file.

1.Take orders: First select a customer from the ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Javscript Basics

Quiz on basics of javascript programming language.