Codifytutor Marketplace

Program that asks the user for a student name and asks for grades until the user enters a non-number input

Write a program that asks the user for a student name and asks for grades until the user enters a non-number input, it should then ask if the user wants to enter another student, and keep doing the process until the user stops adding students. The student's must be stored in a dictionary with their names as the keys and grades in a list. The program should then iterat

...

Guessing or Rock, Paper and Scissors Game.

Create any of the two games below.

Option 1: Guessing Game
Modify the Guessing game to play with 2 players instead of 1 player by showing input and stats for

...

Visual Basic Programming

Create an application that calculates the total cost of a hospital stay. The application should accept the following input:

- The number of days spent in the hospital
- The amount of medication charges
- The amount of surgical charges
- The amount of lab fees
- The amount

...

Boat Chartering Visual Basic Program

Create a project to input boat chartering and produce a summary report showing total revenue, number of charters, and average hours per charter. User will input party name & hours wanted, select yacht type & length (dropdown combo boxes), then cost will be calculated and displayed with OK button. Menu bar sample with hotkeys & sh

...

Piecework Management Program

Piecework is paid by the piece; workers who produce a greater quantity are paid at a higher rate. Use textboxes to accept input, ensuring data validation; calculate amount earned and required summary data. Ensure the user can clear the input areas and also clear all data to start over. Confirm the user’s intent when selecting Clear All. Summary totals

...

SquidWrangler and NewspaperAd C# Program

Create an application named TestSquidWrangler that instantiates and displays a SquidWrangler object. The SquidWrangler class must contain fields for a wrangler's name (string), id number (int), and number of squid wrangled (int). Be sure that the contents of the object's fields are output by your application. You can create either a console or GUI a

...

Recording Studio Visual Basic Programming

A local recording studio rents for $200 per hour they charge by the minute. Create a project where the user enters the name of the group renting the studio

...

Letter Demo C# Program

Create an application class named LetterDemo that instantiates objects of two classes named Letter and CertifiedLetter and that demonstrates all their methods. The classes are used by a company to keep track of letters they mail to clients. The Letter class includes auto-implemented properties for the name of the recipient and the date mailed. Also, incl

...

Concert Tickets Visual Basic Program

Create a project to keep track of concert ticket sales using arrays. Ticket prices are based on seating location. Display the ticket price schedule on a form. Calculate the price for each sale, accumulating the total number of tickets sold for each section in an array; print a summary of all sales, include total tickets and earnings in summary.

...

GUI programming in C#

Create a GUI application that contains textboxes for first name, last name and title. The app should also contain one button (with the text "Format!"). Once a user filles in textboxes and clicks the button the user-entered info should be displayed in a label formatted with one

...

Piecework Management Program in Visual Basic

Piecework A

Piecework is paid by the piece; workers who produce a greater quantity are paid at a higher rate. Use textboxes to accept input, ensuring data validation; calculate amount earned and required summary data. Ensure the user can clear the input

...

Publisher Table Visual Basic Program

Write a project to display the Publishers table from the Contacts.mdf database provided. The Publishers table has the following fields: PubID (key), Name, Company Name, Address, City, State, Zip, Tele, Fax. Allow the user to select the publisher name from a sorted drop-down list; display the rest of the fields in labels.

...

Java design

Using code fragment, transform the following relationships into classes. You are designing a new online board game in which ;Floozels are a type of Jammers, Jammers can have Quizels ,Quizels are a type of Klakker and Floozels can have several Floozets. Support your code fragment with some explanation on your approach in writing the code.

...

Programming in C#

Create a program (console or GUI, your choice) called Calculamatron that will prompt a user for the length, width, and height (all in feet) of a room. The program will then call a method (written by you) that computes the volume (in cubic feet) of the room using the user-provided values. You must pass those values (

...

C# score reading program

Write a program that reads a file consisting of students’ test scores in the range 0-200. It should then determine the number of students having scores in each of the following ranges: 0-24, 25-49, 50-74, 75-99, 100-124, 125-149, 150-174 and 175-200. Use labels to display the score ranges and the number of students for each range. The data file, testsc

...

© 2024 Codify Tutor. All rights reserved