+1-316-444-1378

Complex Variables

Taking the tasks.js files, update it for the following: Clear the task added from the text input field after the task has been added to the arrayChange the task.js so that it uses join() to create a final message, instead of concatenating together multiple stringsTest the script and HTML in Read more…

Simple Variables

Create a special calculator that reads a number from the user, checks that it is an integer and performs a series of mathematical calculations In a web page create scripts for the following scenarios. The page can have an input form or use prompt boxes to get the information from Read more…

Assignment 1

I have included a zip file with the necessary files needed to complete the assignment. The Instructions are below as well. PLEASE PROVIDE:– Screenshot of code and output– All of your .java files– All of your .class files Using the Time2.java and Time2Test.java files provided, it would be perfectly possible Read more…

Simulink

Setting voltage for potentionmeter The amplitude doesn’t matter so you can just plug it directly into the power supply. We would want the reference voltage to be equal to the potentiometer voltage when the potentiometer at the halfway mark.so figure out the voltage at the halfway mark.and then set up Read more…

C++ Pointers Lab

Create two triangle classes, one where the internal properties are stored on the stack and one where the internal properties are stored on the heap.  Each triangle should have a base, height, and a function that returns the area. Triangles 1:  Create a vector of triangles where everything is stored Read more…

Museum project

Museum Project DescriptionEach student will create a Museum Project on a work of art from The Metropolitan Museum of Art. To select your work of art, visit their website: https://www.metmuseum.org/art/collection Once on their website, click on Open Access Artworks. Then go to the drop-down menu on the far right: Department. Read more…

project 2

Ford Motor CompanyCalculating selected ratios (complete with the details of the calculations) from the most recently released audited financial statements, preparing a narrative explaining the results of the ratio calculations from the most recently released audited financial statements and role-play as an investor of the company chosen (Ford Motor Company).Component Read more…

Network Homework

This is a networking assignment in c. The professor included the necessary server.c and client.c code. Everything else is just making manipulations to framework. This should be an easy assignment, but I am dealing with a family issue right now related to COVID.

Assignment 7

Write a generic class Pair which has two type parametersF and Seach representing the type of the first and second element of the pair, respectively. Add set and get methods for the first and second elements of the pair and be sure to demonstrate your setters/getters actually work. (Hint: The Read more…