Hi, we firstly have to write a UML-Diagram with an example that we can choose ourselfs. My homework is in German, so it would be nice if the Methods and names would also be in German.When we have finished the UMl-Diagram we need to send it to our professor. Only if he is fine with …
Category: Desktop software development
Project 2
1. You are to write a simple program with two classes. One controller class anda class to hold your object definition. (Similar to what we used in class)2. Use a package in your project, the package name should be xxxprojectname.xxx is your initials taken from the first three characters of your Cal Poly emailaddress.3. Read …
python assignment
COMP 2152 Assignment Winter 2020Important:1. This is an individual assignment (complete the requirements on your own).2. Do not share the assignment requirements with any former or future students in COMP 2152. Do not share this assignment requirements online in any format, anywhere.3. You may choose to complete the all requirements or attempt to complete as …
visual studio
1. INTRODUCTION MiHotel is a mid-range hotel chain that started in Traverse City, Michigan in 1980. The chain offers three star service and moderately-priced rooms at its 15 hotels throughout Michigan. MiHotel has plans for a major expansion, building three new hotels in the next three years. As a part of the expansion, the company …
Big Statistics
Youve been hired to develop statistics software. Specifically, your software will calculate the samestatistics as in the statistics program in PP#3, as well as one new statistic (described below).In each individual run of your software, you will input two lists of numbers, and these two listswill have the same length, a length that will be …
Music Player Assignment
Smart pointers are required. Basic requirements: Create three classes: Disc.h, Disc.cpp, DiscList.h, DiscList.cpp, Track.h, Track.cpp. Follow the UML for a diagram with how to construct the classes. Main file should implement a menu that looks like this: (A)dd a new disc.(R)emove an disc.(P)rint an disc.(L)ist discs.(Q)uit Assignment due on Tuesday.
Java Development
1 Questions which i have outlined below. The work coding needs to be completed within the blue J project file i have uploaded below and to the specification that the questions ask it be. A lot of the project is completed already. QUESTIONS: This question involves completing a class called WizardController, instrances of which coordinate …
C# Console Application project
TASK 1: Create a new C# Console Application project and add a class called Employee. This class should have twoinstance variables: a name (of type String) and a salary (of type double). Implement the constructor withtwo parameters that will set up the initial values of the instance variables: public Employee (string employeeName, double currentSalary)You must …
Unity Game Dev
The goal of this milestone is to provide a rst demonstration of your product. You run the show and present your game to us and what it can do. At least the minimal functionality outlined below must be shown during the demo. The demonstrations will take place on the 3rd oor of the Trottier building …
C Program
write a simple C program. (No headings or screen captures are required.) You will submit a single .c file. Here are the requirements of the program: 1. Ask the user for their age in years. 2. Ask them for their height in inches. 3. Ask them for their weight. 4. Calculate and show their age …