ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 19 May 2017 My Price 8.00

CIS 115 – Programming Project 1

I really need help coding. I'm working with Visual studio and I need help making my program run.

 

CIS 115 – Programming Project 1Chapter 3Write a program that will take orders for upcoming football game tickets and will let the user know the totalcost of their order.The fan is to be prompted (using textboxes) to enter their name (in last name, first name format), number ofsideline tickets, and number of end zone tickets.Your program should display (using a listbox) the name (in first name (space) last name format), invoicenumber, sideline ticket subtotal, endzone ticket subtotal, and total order cost.Tickets prices are set as follows:-Sideline tickets - $20-End Zone tickets - $10In addition to the above ticket cost, the fan has to pay a $1.00 service charge per ticket.For each order (each time Calculate Cost is clicked), an invoice number needs to be generated. The format ofthis number is:-First letter of the first name (Upper Case)-First two letters of the last name (Upper Case)-Current order numbero(Note: Order number should be set as a class variable. The initial value should be 1000.When processing each order, the order number should be incremented by 1.)Your program should have three button events. These should perform the following tasks:-Calculate Cost (perform the calculations and display the output).-Clear the form (reset textboxes to 0, clears the listbox, and sets the focus to the first textbox).-Exit (ends the program).

Answers

(11)
Status NEW Posted 19 May 2017 06:05 AM My Price 8.00

-----------

Not Rated(0)