Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse Y

Alphabetical listing with fast deep pagination.
29588 items • Page 211 / 592

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
You are to write a Trip Distance Calculator that calculates the approximate driv
You are to write a Trip Distance Calculator that calculates the approximate driving distance for a trip the visits multiple cities. The approximate driving distance between two ci…
You are to write a Trip Distance Calculator that calculates the approximate driv
You are to write a Trip Distance Calculator that calculates the approximate driving distance for a trip the visits multiple cities. The approximate driving distance between two ci…
You are to write a Trip Distance Calculator that calculates the approximate driv
You are to write a Trip Distance Calculator that calculates the approximate driving distance for a trip the visits multiple cities. The approximate driving distance between two ci…
You are to write a Trip Distance Calculator that calculates the approximate driv
You are to write a Trip Distance Calculator that calculates the approximate driving distance for a trip the visits multiple cities. The approximate driving distance between two ci…
You are to write a UDP connectionless client-server pair in the language of your
You are to write a UDP connectionless client-server pair in the language of your choice. The client will send a UDP message to the server, e.g. "Hello". The server will start and …
You are to write a UDP connectionless client-server pair in the language of your
You are to write a UDP connectionless client-server pair in the language of your choice. The client will send a UDP message to the server, e.g. "Hello". The server will start and …
You are to write a basic fitness application, in C++, that allows the user of th
You are to write a basic fitness application, in C++, that allows the user of the application to manually edit “diet” and “exercise” plans. For this application you will need to c…
You are to write a basic fitness application, in C++, that allows the user of th
You are to write a basic fitness application, in C++, that allows the user of the application to manually edit “diet” and “exercise” plans. For this application you will need to c…
You are to write a basic fitness application, in C++, that allows the user of th
You are to write a basic fitness application, in C++, that allows the user of the application to manually edit “diet” and “exercise” plans. For this application you will need to c…
You are to write a billing program for Mission Viejo Electric Company. Obtain th
You are to write a billing program for Mission Viejo Electric Company. Obtain the following integer values from the user: - the month - the current meter reading - the previous me…
You are to write a c++ program that will substitute one string for a new string
You are to write a c++ program that will substitute one string for a new string throughout the text. There will be several sets of strings for this program assignment. The input f…
You are to write a class called Matrix that implements a constructor, a method t
You are to write a class called Matrix that implements a constructor, a method to returns an array with the dimensions of the stored matrix, a method that returns a reference to t…
You are to write a class called Matrix that implements a constructor, a method t
You are to write a class called Matrix that implements a constructor, a method to returns an array with the dimensions of the stored matrix, a method that returns a reference to t…
You are to write a class called MinilabRecursion (be exact on the spelling). D E
You are to write a class called MinilabRecursion (be exact on the spelling). D Extra credit opportunity C ES O Type here to search MinilabRecurs You are to write a class called Mi…
You are to write a client and server program to transfer a file from a sender to
You are to write a client and server program to transfer a file from a sender to a receiver using TCP (the receiver is the server, the sender is the client). You are given a templ…
You are to write a function ( SumIt ) that receives three (3) parameters: an int
You are to write a function (SumIt) that receives three (3) parameters: an integer array and the size of the array. The function will return the sum through the function name and …
You are to write a function ( SumIt ) that receives three (3) parameters: an int
You are to write a function (SumIt) that receives three (3) parameters: an integer array and the size of the array. The function will return the sum through the function name and …
You are to write a generic class LinkedDeque which uses a linked-list structure
You are to write a generic class LinkedDeque which uses a linked-list structure to support seven methods: add, remove, push, pop, peek, isEmpty, and size. After writing and testin…
You are to write a java program named matrix.java that can multiply and add 2 ma
You are to write a java program named matrix.java that can multiply and add 2 matrices. Requriements: 1. Your program should prompt the user for the dimensions of the two matrices…
You are to write a lexical scanner for the language SIMPL. The scanner will be w
You are to write a lexical scanner for the language SIMPL. The scanner will be written as a class with a function that returns a token structure containing an identification numbe…
You are to write a lightweight web service in PHP for playing Connect Four games
You are to write a lightweight web service in PHP for playing Connect Four games. The Connect Four game is a two-player connection game in which the players take turns dropping th…
You are to write a paper analyzing an ethical issue (of your choice) in business
You are to write a paper analyzing an ethical issue (of your choice) in business. You are to identify the key ethical issues and argue a particular ethical position. In your argum…
You are to write a paper for EPILEPSY which includes the following: Definition o
You are to write a paper for EPILEPSY which includes the following: Definition of disease/disorder, etiology, symptoms, diagnosis, treatment(s), prognosis, prevention, and any new…
You are to write a program (name it RoundOfGolf.java) that will create an array
                        You are to write a program (name it RoundOfGolf.java) that will create an array of 18 instances of the class Golfhole. Use                         the info…
You are to write a program (name it RoundOfGolf.java) that will create an array
You are to write a program (name it RoundOfGolf.java) that will create an array of 18 instances of the class GolfHole. YOU MUST ADD A TOSTRING METHOD TO GolfHole. This is what i h…
You are to write a program for small insurance company. The program is supposed
You are to write a program for small insurance company. The program is supposed to determine the cost of automobile insurance premium for each family member, based on their ages. …
You are to write a program for small insurance company. The program is supposed
You are to write a program for small insurance company.  The program is supposed to determine the cost of automobile insurance premium for each family member, based on their ages.…
You are to write a program in Python and name it lab7python.py Your program shou
You are to write a program in Python and name it lab7python.py Your program should start by asking you your name. Make sure that a name is entered (no empty string is read in). It…
You are to write a program in c++ which is going to use inheritance. It should s
You are to write a program in c++ which is going to use inheritance. It should start off with the base classes Account: contains the string name, int accountnumber, double balance…
You are to write a program made up of 3 separate classes within the same package
You are to write a program made up of 3 separate classes within the same package: The main class name cardtest.java, which will serve as the driver class to test the others. A Car…
You are to write a program made up of 3 separate classes within the same package
You are to write a program made up of 3 separate classes within the same package: The main class name cardtest.java, which will serve as the driver class to test the others. A Car…
You are to write a program made up of 3 separate classes within the same package
You are to write a program made up of 3 separate classes within the same package: The main class name cardtest.java, which will serve as the driver class to test the others. A Car…
You are to write a program name ArrayList.java that creates an ArrayList data st
You are to write a program name ArrayList.java that creates an ArrayList data structure that is similar to the ArrayList data Structure that exist in the java library. The class m…
You are to write a program name Arraylist.java that implements the ArrayList dat
You are to write a program name Arraylist.java that implements the ArrayList data Structure that exist in the java library. The class must be written to accept any type of Objects…
You are to write a program name BSTree.java that will: Generate 100 random integ
You are to write a program name BSTree.java that will: Generate 100 random integer numbers ranging from 1 – 99. Store these numbers in a data structure of your choice and display …
You are to write a program name BSTree.java that will: Generate 100 random integ
You are to write a program name BSTree.java that will: Generate 100 random integer numbers ranging from 1 – 99. Store these numbers in a data structure of your choice and display …
You are to write a program name Bank.java that maintains a list of records conta
You are to write a program name Bank.java that maintains a list of records containing names and balance of customers. The program will prompt the user for a command, execute the c…
You are to write a program name Bank.java that maintains a list of records conta
You are to write a program name Bank.java that maintains a list of records containing names and balance of customers. The program will prompt the user for a command, execute the c…
You are to write a program name Deck.java that creates a deck of cards. A deck o
You are to write a program name Deck.java that creates a deck of cards. A deck of cards is made up of 52 cards. Each card is made up of a suit and a value (or name). There are the…
You are to write a program name Deck.java that creates a deck of cards. A deck o
You are to write a program name Deck.java that creates a deck of cards. A deck of cards is made up of 52 cards. Each card is made up of a suit and a value (or name). There are, th…
You are to write a program name InfixToPostfix.java that converts an infix expre
You are to write a program name InfixToPostfix.java that converts an infix expression entered by the user to a postfix expression. The expression may contain the following tokens:…
You are to write a program name InfixToPostfix.java that converts an infix expre
You are to write a program name InfixToPostfix.javathat converts an infix expression entered by the user to a postfix expression. The expression may contain the following tokens: …
You are to write a program name array_list.java that will do the following: Crea
You are to write a program name array_list.java that will do the following: Create an ArrayList data structure that will hold Integer values. Prompt the user for a number that is …
You are to write a program name bank.java that simulates a bank. The program wil
You are to write a program name bank.java that simulates a bank. The program will prompt the user asking if they want to run the program again. If yes, then start the program over…
You are to write a program name bank.java that simulates a bank. The program wil
You are to write a program name bank.java that simulates a bank. The program will prompt the user asking if they want to run the program again. If yes, then start the program over…
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series …
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1)   Integer constants (a serie…
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series …
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: Integer constants (a series of d…
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series …