CISS-110 Project 2 AI Prohibited 🚫 You may not use AI tools for this assignment. This project uses some concepts from the textbook, including the String type, the Character wrapper class, and random numbers to work through performing multiple actions simultaneously in the program. Learning outcomes Using a provided EOF loop, construct a solution. Implementing … Read More “CISS-110 Project 2” »
Category: CISS-110-Project
CISS-110 Project 3 AI Prohibited 🚫 You may not use AI tools for this assignment. This is the game of Boulder, Parchment, Shears! Yes, the one from Critical Role based on Rock, Paper, Scissors. This project deals with a range-based for loop where we know the exact number of times a loop will iterate (perform … Read More “CISS-110 Project 3” »
CISS-110 Project 6 AI Prohibited 🚫 You may not use AI tools for this assignment. Write a Java record called Book and a user-defined class called Library. Library will be an inner class of Project6_lastname.java The data file is located here. Learning outcomes Use a record. Build a user-defined class. Create overloaded methods. Read data … Read More “CISS-110 Project 6” »
CISS-110 Project 5 AI Prohibited 🚫 You may not use AI tools for this assignment. For this project, you will continue to work with files. Learning outcomes Implementing user-defined methods. Working with regular expressions. Working with files. Using Scanner with files. Confirmation program produces desired results. The file format will be similar to a source … Read More “CISS-110 Project 5” »
CISS-110 Project 4 AI Prohibited 🚫 You may not use AI tools for this assignment. This project deals with EOF-based loops, using the while construct, where we do not know the exact number of times a loop will iterate (perform the associated block of code). We will continue to build on our knowledge of if/else … Read More “CISS-110 Project 4” »
CISS-110 Project 8 AI Prohibited 🚫 You may not use AI tools for this assignment. Write a Java program to search two arrays of the same 1000 random integers in each to test the efficiency of sequential and binary searches. Learning outcomes Implementing user-defined classes. Working with sorts. Working with search algorithms. Understanding Big-O notation … Read More “CISS-110 Project 8-OLD” »
CISS-110 Project 7 AI Prohibited 🚫 You may not use AI tools for this assignment. Write a Java program to demonstrate using bitmaps and bitwise operators to sort and remove duplicates from a file of random phone numbers. Do not confuse the term bitmap used for compressing data into smaller spaces with the bitmap that … Read More “CISS-110 Project 7” »
CISS-110 Project 1 AI Prohibited 🚫 You may not use AI tools for this assignment. This project deals with reading input from the user, storing the input into variables, and displaying those variables. This program is an introductory project into the primitive data types int, double, and the String class. Learning outcomes Build a program … Read More “CISS-110 Project 1” »
CISS-110 Project 0 AI Prohibited 🚫 You may not use AI tools for this assignment. The goal of this project is to familiarize you with your integrated development environment (IDE). This is intended to purposefully introduce errors you will correct—preferably one at a time. You should experience how fixing just one error can change or … Read More “CISS-110 Project 0” »