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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1440 / 1624

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
Create an applet that contains: Use swing components with action listeners and t
Create an applet that contains: Use swing components with action listeners and their porperties to add images and Change fonts, colors, sizes. 1. One Flowlayout 2. Two 2-integer a…
Create an applet that provides a login screen. The initial user interface will h
Create an applet that provides a login screen. The initial user interface will have a JTextField and a JButton. The JTextField will be used to enter a password. It will initially …
Create an applet that provides a login screen. The initial user interface will h
Create an applet that provides a login screen. The initial user interface will have a JTextField and a JButton. The JTextField will be used to enter a password. It will initially …
Create an applet that will do simple addition and subtraction for numbers. You m
Create an applet that will do simple addition and subtraction for numbers. You must create the calculator exactly as shown below to get the credits. That is, exact number of butto…
Create an applet which will be interactive (uses listeners by implementing Mouse
Create an applet which will be interactive (uses listeners by implementing MouseListener and MouseMotionListener interfaces or by extending MouseAdapter class). PART 1) A Blackboa…
Create an applet/Screen saver and in it create: Random triangles, Random locatio
Create an applet/Screen saver and in it create: Random triangles, Random locations Random sizes/shapes and Random colors. After displaying 100 triangles clear and start again,afte…
Create an application (ShoppingCart.java) that works like a shopping cart system
Create an application (ShoppingCart.java) that works like a shopping cart system for a book store. Consider a file titled “book-prices.txt”. A sample template of the file is given…
Create an application called Registrar that has the following classes using JAVA
Create an application called Registrar that has the following classes using JAVA: A Student class that minimally stores the following data fields for student: -name -student id -n…
Create an application called Registrar that has the following classes: A Student
Create an application called Registrar that has the following classes: A Student class that minimally stores the following data fields for student: -name -student id -number of cr…
Create an application class and test all methods! Instantiate two instances of t
Create an application class and test all methods! Instantiate two instances of the ArrayBag class, both for String type. Apply the constructor which takes a string array to initia…
Create an application class called Calculator wit h the following members: Metho
Create an application class called Calculator wit h the following members: Methods: static int addition (int firstNumber, int secondNumber) Returns firstNumber secondNumber static…
Create an application class named LetterDemo that instantiates objects of two cl
Create an application class named LetterDemo that instantiates objects of two classes named Letter and CertifiedLetter and that demonstrates all their methods. The classes are use…
Create an application class whose main() method holds two numeric variables. Pro
Create an application class whose main() method holds two numeric variables. Prompt the user for values for the variables. In a loop that continues while the returnded value is N,…
Create an application containing an array that stores 10 integers . The applicat
Create an application containing an array that stores 10 integers. The application should call five methods that in turn: (1) display all the integers (2) display all the integers…
Create an application containing an array that stores 10 integers. The applicati
Create an application containing an array that stores 10 integers. The application should call five methods that in turn (1) display all the integers, (2) display all the integers…
Create an application containing an array that stores 10 integers. The applicati
Create an application containing an array that stores 10 integers. The application should call five methods that in turn (1) display all the integers, (2) display all the integers…
Create an application containing an array that stores 10 integers. The applicati
Create an application containing an array that stores 10 integers. The application should call five methods that in turn (1) display all the integers, (2) display all the integers…
Create an application containing the following: 2+ user defined classes ata memb
Create an application containing the following: 2+ user defined classes ata members per class including at least one use of an list including at least one use of a dictionary (dic…
Create an application for Disney\'s Cottages, a weekend getaway resort that rent
Create an application for Disney's Cottages, a weekend getaway resort that rents cottages and boats to use on the local lake. The application allows users to compute the price of …
Create an application for Disney\'s Cottages, a weekend getaway resort that rent
Create an application for Disney's Cottages, a weekend getaway resort that rents cottages and boats to use on the local lake. The application allows users to compute the price of …
Create an application for a Pizza Delivery Company. You might check out the grap
Create an application for a Pizza Delivery Company. You might check out the graphical user interface shown in Figure 10-21. Your solution does not need to resemble this one; howev…
Create an application for a right triangle class with separate files for specifi
Create an application for a right triangle class with separate files for specification, implementation, and client code. UML Diagram for Header (RightTriangle.h) RightTriangle - o…
Create an application for an animal-fur trimming service. The business is open 1
Create an application for an animal-fur trimming service. The business is open 15 weeks of the year, from April through July. The fee for a small animal (under 6 pounds) is $100, …
Create an application for computing sale discounts at a store register. First cr
Create an application for computing sale discounts at a store register. First create a class named Sale.java that contains the receipt number, cost of the item, discount rate and …
Create an application in C# named TestClassifiedAd that instantiates and display
Create an application in C# named TestClassifiedAd that instantiates and displays a ClassifiedAd object. A ClassifiedAd has fields for a category (for example, Used Cars), a numbe…
Create an application in C# named TestClassifiedAd that instantiates and display
Create an application in C# named TestClassifiedAd that instantiates and displays a ClassifiedAd object. A ClassifiedAd has fields for a category (for example, Used Cars), a numbe…
Create an application in C# that lets the user enter a string containing series
Create an application in C# that lets the user enter a string containing series of numbers separated by commas. Here is an example of valid input: 7,9,10,2,18,6 The program should…
Create an application in C# that prompts the user for a storm windspeed in mph,
Create an application in C# that prompts the user for a storm windspeed in mph, then determines correct hurricane level. The program must run all test cases of storm windspeed in …
Create an application in C# using if else if statement that lets the user enter
Create an application in C# using if else if statement that lets the user enter a number of seconds and works as follows: There are 60 seconds in a minute. If the number of second…
Create an application in Microsoft Visual in which a user can enter a phone book
Create an application in Microsoft Visual in which a user can enter a phone book entry, including the following elements: 1. First Name, Last Name, Phone Number, email address (ad…
Create an application in Visual Basics that will estimate a buyer\'s closing cos
Create an application in Visual Basics that will estimate a buyer's closing costs and payment amount for the purchase of a home. a. Enter a purchase price of 100000 and an interes…
Create an application in Visual Studio (C#) that reads the file\'s contents into
Create an application in Visual Studio (C#) that reads the file's contents into an array or a List. The application should display the following data: The average annual change in…
Create an application in Visual Studio (C#) with a class named PersonEntry. The
Create an application in Visual Studio (C#) with a class named PersonEntry. The PersonEntry class should have properties for a person's name, e-mail address, and phone number. Als…
Create an application in Visual Studio (C#) with a class named PersonEntry. The
Create an application in Visual Studio (C#) with a class named PersonEntry. The PersonEntry class should have properties for a person's name, e-mail address, and phone number. Als…
Create an application in which a user can enter a phone book entry, including th
Create an application in which a user can enter a phone book entry, including the following elements: First Name, Last Name, Phone Number, email address (add additional elements a…
Create an application interface that converts Fahrenheit temperatures to Celsius
Create an application interface that converts Fahrenheit temperatures to Celsius temperatures by using prompt and alert statements. The prompt dialog box should look like this: Th…
Create an application named ArithmeticMethods whose main() method holds two inte
Create an application named ArithmeticMethods whose main() method holds two integer variables. Assign values to the variables. In turn, pass each value to methods named displayNum…
Create an application named MaxRowSum.java that instantiates a 20x20 two-dimenti
Create an application named MaxRowSum.java that instantiates a 20x20 two-dimentional array of integers, populates it with random integers drawn from the range 1 to 100, and then o…
Create an application named PackageDemo that declares and demonstrates objects o
Create an application named PackageDemo that declares and demonstrates objects of the package class and its descendants. The package class includes auto-implemented properties for…
Create an application named Percentages whose main() method holds two double var
Create an application named Percentages whose main() method holds two double variables. Assign values to the variables. Pass both variales to a method named computePercent() that …
Create an application named TaxCalc.java that allows you to enter the amount of
Create an application named TaxCalc.java that allows you to enter the amount of a purchase and then displays the amount of sales tax on that purchase. Use a slider to adjust the t…
Create an application that allows a teacher to enter three test scores each for
Create an application that allows a teacher to enter three test scores each for three students. The application should calculate each student's average test score and assign a let…
Create an application that allows the user to enter a telephonecustomer\'s name.
Create an application that allows the user to enter a telephonecustomer's name. The application should lookup a telephone number based on the nameaccording to the following list: …
Create an application that allows the user to enter an integer between 1 and 10
Create an application that allows the user to enter an integer between 1 and 10 into a text box on a form. Use a "Select Case" statement to identify which Roman numeral is the cor…
Create an application that allows the user to enter an integer between 1 and 10
Create an application that allows the user to enter an integer between 1 and 10 into a text box on a form. Use a "Select Case" statement to identify which Roman numeral is the cor…
Create an application that allows the user to enter in an integer. Your program
Create an application that allows the user to enter in an integer. Your program will then compute whether or not the number entered is even or odd. Input Validation: This program …
Create an application that allows you to enter student data than consists of an
Create an application that allows you to enter student data than consists of an ID number, first name, last name, and grade point average. If the student's GPA is less than 2.0, w…
Create an application that allows you to enter student data than consists of an
Create an application that allows you to enter student data than consists of an ID number, first name, last name, and grade point average. If the student's GPA is less than 2.0, w…
Create an application that allows you to enter student data that consists of an
Create an application that allows you to enter student data that consists of an ID number, first name, last name, and grade point average. Depending on whether the student's grade…
Create an application that allows you to open an image file and enables you to z
Create an application that allows you to open an image file and enables you to zoom in on or out from an image. Below is what the output is supposed to llok like. Thanks for the h…