Computer science and IT assignments

July 7, 2020

Typing Speed program

Create a C++ program that logs the person’s typing speed from user input and shows it to them.  The program must include all of the following […]
July 7, 2020

C++ class STL Queue

Design a class, ShoppingBasket.  Each ShoppingBasket contains a count of the number of items in each of three categories, produce, meats, others.  You will populate the […]
July 7, 2020

1 program

Question Set 1 (10 part class modification):1. Simple Linked List ClassUsing an appropriate definition of ListNode, design a simple linked list class with onlytwo member functions […]
July 7, 2020

3 program sets

Question Set 1 (10 part class modification):1. Simple Linked List ClassUsing an appropriate definition of ListNode, design a simple linked list class with onlytwo member functions […]
July 6, 2020

12.10 Code Refactor 2: Tic Tac Toe

Please note that there was an error with the original code template that was corrected at 7:50 on 4/22/2020. The arrays in the conditional statements for […]