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

Browse P

Alphabetical listing with fast deep pagination.
81033 items • Page 1461 / 1621

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
package project32; public class Docs{ // (1)INSERT CODE HERE } public class Lega
package project32; public class Docs{ // (1)INSERT CODE HERE } public class Legal extends Docs {public void activateLegal() { System.out.println("Legal"); } } import project32.Leg…
package question6; import static input.InputUtils.stringInput; /** Write a progr
package question6; import static input.InputUtils.stringInput; /** Write a program to test if a String contains all of the punctuation characters from the number keys on a standar…
package queues; import java.util.LinkedList; public class LIFOQImpl implement
package queues; import java.util.LinkedList; public class LIFOQImpl<E> implements LIFOQ<E>{//This instance of a queue is implemented with a java.util.LinkedList    Lin…
package simulator; public class Bus { public final int number; private final Roa
package simulator; public class Bus {    public final int number;    private final RoadMap roadMap;    private int x;    private int y;    public Bus(int number, RoadMap roadMap, …
package simulator; public class Bus { public final int number; private final Roa
package simulator; public class Bus {    public final int number;    private final RoadMap roadMap;    private int x;    private int y;    private int stored;    public Bus(int nu…
package simulator; public class Bus { public final int number; private final Roa
package simulator; public class Bus {    public final int number;    private final RoadMap roadMap;    private int x;    private int y;    private int stored;    public Bus(int nu…
package snippetweek10; import java.util.Scanner; public class SnippetWeek10 { pu
package snippetweek10; import java.util.Scanner; public class SnippetWeek10 { public static void main(String[] args) { //#3: Loop to ask user to enter a numeric grade and -1 to ex…
package sorting; import java.util.*; public class Sort2 { public static int left
package sorting; import java.util.*; public class Sort2 {       public static int left (int i) {        /*        * fill in your program        */    }       public static int rig…
package sorting; import java.util.*; public class Sort2 { public static int left
package sorting; import java.util.*; public class Sort2 {       public static int left (int i) {        /*        * fill in your program        */    }       public static int rig…
package stateInformation; import java.io.BufferedReader; import java.io.FileInpu
package stateInformation; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStre…
package stateInformation; import java.io.BufferedReader; public class AllStates
package stateInformation; import java.io.BufferedReader; public class AllStates { private State[] states; //holds an array of State objects //go through week 4 lecture notes to st…
package stock; /** * * @author AHMED */ public class Stock { public static void
package stock; /** * * @author AHMED */ public class Stock { public static void main(String[] args) { Stock MSFT = new Stock("MSFT","Microsoft",34.5,34.35);    System.out.println(…
package string.exercises; public class StringExercises { /** * Searches for \"Ma
package string.exercises; public class StringExercises {    /**    * Searches for "Marc" in a string.    *    * @param string a non-null string    * @return the index of the first…
package student_classes; import java.util.ArrayList; /** * Ordered Sets implemen
package student_classes; import java.util.ArrayList; /** * Ordered Sets implement the same methods as their "unordered" counterparts, except * that the kinds of things that they m…
package supermarketline; import java.util.PriorityQueue; import java.util.Random
package supermarketline; import java.util.PriorityQueue; import java.util.Random; import java.util.ArrayList; import java.util.Date; import java.text.DateFormat; import java.text.…
package tasks; class GeometricObject { private String color = \"white\"; private
package tasks; class GeometricObject { private String color = "white"; private boolean filled; private java.util.Date dateCreated; private String name = "noname"; /** Construct a …
package template7; import java.util.*; public class TemplatesMain { /** * @param
package template7; import java.util.*; public class TemplatesMain {     /**      * @param args the command line arguments      */     public static void main(String[] args)     { …
package templates; import java.util.*; public classTemplates1Main { /** * @param
package templates; import java.util.*; public classTemplates1Main {     /**      * @param args the command linearguments      */     public static void main(String[] args)     {  …
package templates; import java.util.*; public classTemplates1Main { /** * @param
package templates; import java.util.*; public classTemplates1Main {     /**      * @param args the command linearguments      */     public static void main(String[] args)     {  …
package tesfaibstst; /** * Ordered symbol table interface. * * @author Sedgewick
package tesfaibstst; /** * Ordered symbol table interface. * * @author Sedgewick and Wayne, Acuna * @param <Key> search key * @param <Value> return type */ public inte…
package test: import java.util.Scanner; public class IntrestRate { public static
package test: import java.util.Scanner; public class IntrestRate { public static void main(String[] args) { double saving,interestRate,first,second,third,fourth; // variable decla…
package testaccount1; import java.util.Scanner; public class TestAccount1 { publ
package testaccount1; import java.util.Scanner; public class TestAccount1 {     public static void main(String[] args) {         Scanner input = new Scanner(System.in);         Ac…
package testagain; import java.util.Scanner; import java.io.*; /** * * @author *
package testagain; import java.util.Scanner; import java.io.*; /** * * @author */ public class Main implements projConstants {     private static Scanner ins = new Scanner(System.…
package toBeCompleted.stage3; import java.util.*; import toBeCompleted.stage1.As
package toBeCompleted.stage3; import java.util.*; import toBeCompleted.stage1.Assessment; import toBeCompleted.stage2.GradebookEntry; public class Gradebook { private ArrayList&lt…
package treeapp0; /* * To change this license header, choose License Headers in
package treeapp0; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the templat…
package treeapp0; /* * To change this license header, choose License Headers in
package treeapp0; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the templat…
package treeapp0; /* * To change this license header, choose License Headers in
package treeapp0; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the templat…
package ui; import java.awt.Color; import java.awt.Dimension; import java.util.R
package ui; import java.awt.Color; import java.awt.Dimension; import java.util.Random; import javax.swing.BoxLayout; import javax.swing.JFrame; import javax.swing.JPanel; import j…
package unl.cse.library; import java.io.File; import java.io.FileNotFoundExcepti
package unl.cse.library; import java.io.File; import java.io.FileNotFoundException; import java.util.List; import java.util.Scanner; public class LibraryDemo { private final Libra…
package unl.cse.queues; import unl.cse.linked_list.LinkedList; public class Queu
package unl.cse.queues; import unl.cse.linked_list.LinkedList; public class Queue {    private final LinkedList list = new LinkedList();       public T dequeue() {        //TODO: …
package unl.cse.stacks; import java.io.File; import java.io.FileNotFoundExceptio
package unl.cse.stacks; import java.io.File; import java.io.FileNotFoundException; import java.util.Scanner; /** * A basic JSON validator. This validator only checks that the JSON…
package unl.cse.stacks; import java.util.Arrays; import java.util.HashSet; impor
package unl.cse.stacks; import java.util.Arrays; import java.util.HashSet; import java.util.Scanner; import java.util.Set; public class PostfixEvaluator {    private static final …
package unl.cse.stacks; import java.util.Arrays; import java.util.HashSet; impor
package unl.cse.stacks; import java.util.Arrays; import java.util.HashSet; import java.util.Scanner; import java.util.Set; public class PostfixEvaluator {    private static final …
package week_1; import static input.InputUtils. doubleInput ; /** * * A parcel d
package week_1; import static input.InputUtils.doubleInput; /** * * A parcel delivery company charges the following rates to ship a parcel. • Up to 10 pounds: $2.15 per pound • Up…
package week_2; /** * * * Add a breakpoint to the start of one of your programs.
package week_2; /** * * * Add a breakpoint to the start of one of your programs. Debug it, and then use the debugger to step through your program, and inspect the value of the var…
package week_2; import static input.InputUtils. doubleInput ; /** * Customers of
package week_2; import static input.InputUtils.doubleInput; /** * Customers of a heating utility company have much larger bills in the cold winter than in the summer. * The utilit…
package week_2; import static input.InputUtils. doubleInput ; /** Write a loop t
package week_2; import static input.InputUtils.doubleInput; /** Write a loop that asks the user to enter 5 numbers. The user should enter the numbers, one by one. Use the doubleIn…
package week_2; import static input.InputUtils. stringInput ; /** Finish this pr
package week_2; import static input.InputUtils.stringInput; /** Finish this program to test if a String contains all of the punctuation characters from the number keys on a standa…
package week_3; import static input.InputUtils. doubleInput ; /** Marathon You h
package week_3; import static input.InputUtils.doubleInput; /** Marathon You have a friend who wants to run a marathon race, which is 26.2 miles. Currently, your friend can run ex…
package week_3; import static input.InputUtils. stringInput ; /** * Credit card
package week_3; import static input.InputUtils.stringInput; /** * Credit card numbers have a check digit at the end that can be used to help check if the number is entered correct…
package week_3; import static input.InputUtils.*; /** Refactor this program to m
package week_3; import static input.InputUtils.*; /** Refactor this program to make it less repetitive. Notice there are several drinks, and the code to get the total sales for ea…
package week_3; import static input.InputUtils.stringInput; /** * Credit card nu
package week_3; import static input.InputUtils.stringInput; /** * Credit card numbers have a check digit at the end that can be used to help check if the number is entered correct…
package week_4; import input.InputUtils; import java.lang.reflect.Array; import
package week_4; import input.InputUtils; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.Random; import static input.InputUtils.positiveIntInput; impo…
package week_4; import java.util.HashMap; import static input.InputUtils.*; /**
package week_4; import java.util.HashMap; import static input.InputUtils.*; /** * Extend this program to: * Ask user for a month, and snowfall amount, and add this data to HashMap…
package week_4; import static input.InputUtils.*; /** * You are a runner, and yo
package week_4; import static input.InputUtils.*; /** * You are a runner, and you are in training for a race. You'd like to keep track of all of your times for your training runs.…
package week_6.q1_course; import java.util.ArrayList; /** Part 1: Modify ITECCou
package week_6.q1_course; import java.util.ArrayList; /** Part 1: Modify ITECCourse. Add a variable to store the classroom that the ITECCourse meets in. Should this variable be pu…
package week_6.q3_coffee; /** * * // Refactor the following program to use Drink
package week_6.q3_coffee; /** * * // Refactor the following program to use Drink Objects. This is the same question as week 5, but you'll refactor your program to use Drink object…
packagearraysofobjects; import java.util.Scanner; public class Main { public sta
packagearraysofobjects; import java.util.Scanner; public class Main {     public static void main(String[] args)     {           Scannerinputs = new Scanner(System.in);           …
packageproject1; importjava.io.IOException; import java.io.PrintWriter; importja
packageproject1; importjava.io.IOException; import java.io.PrintWriter; importjavax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpSer…
packagetemplate7; importjava.util.*; public classTemplatesMain { /** * @param ar
packagetemplate7; importjava.util.*; public classTemplatesMain {     /**      * @param args the command linearguments      */     public static void main(String[] args)     {     …