Computer science and IT assignments

July 4, 2020

Rectangular Peg Solitaire in Python

Cracker Barrel restaurants typically set out a free table game called Peg Triangle Solitaire. For this assignment, you will implement a similar game that we shall […]
July 4, 2020

Using Strings in C Lang

The user should be prompted for a song and its artist, then another song and its artist.The playlist should be displayed by alphabetical order of the […]
July 3, 2020

ENTD220 Week 3 Assignment

Assignment Instructions# This is the flower box and it should at the beginning of each assignment # You must add comments to your code# Program name  […]
March 25, 2020

Computer Science Assignment 2

In this assignment, the encryption algorithm we use encrypts (or decrypt) one letter of the message at a time. First, we will remove all characters that […]