Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1419 / 1624
Create a program in Matlab with the following parameters. To see the effects of
Create a program in Matlab with the following parameters. To see the effects of aliasing on a 1kHz cosine signal create an over-sampled(sampling rate>>2B, B: the bandwidth o…
Create a program in Microsoft Visual Basic 2010 using C++ to simulate how a car
Create a program in Microsoft Visual Basic 2010 using C++ to simulate how a car insurance company determines your premium. The user provides the requested information and the prog…
Create a program in Raptor that will calculate the cost of a cable bill. Here is
Create a program in Raptor that will calculate the cost of a cable bill. Here is a breakdown of costs: Processing Fee: $5 Basic Cable: $35 Premium Channels: $20 for each package Y…
Create a program in \"JAVA\" that searches user inputted substring within the te
Create a program in "JAVA" that searches user inputted substring within the text. Requirements: Program should read the text from file (number of characters > 200). User should…
Create a program in assembly (x86) that reads 2 integers from the user and 1 cha
Create a program in assembly (x86) that reads 2 integers from the user and 1 character. We will call them a , b and op . The op will be a character and will be one of the followin…
Create a program in assembly that reads 2 integers from the user and 1 character
Create a program in assembly that reads 2 integers from the user and 1 character. We will call them a , b and op . The op will be a character and will be one of the following + (a…
Create a program in c# named Auction that allows a user to enter an amount bid o
Create a program in c# named Auction that allows a user to enter an amount bid on an online auction item. Include three overloaded methods that accept an int, double, or string bi…
Create a program in c# named Auction that allows a user to enter an amount bid o
Create a program in c# named Auction that allows a user to enter an amount bid on an online auction item. Include three overloaded methods that accept an int, double, or string bi…
Create a program in c++ using vectors in R3 (3D vectors) that will be used to ca
Create a program in c++ using vectors in R3 (3D vectors) that will be used to calculate the volume of a parallelepiped. The volume of a parallelepiped determined by the vectors a,…
Create a program in either C++, C#, or Visual Basic that does the following: 1)
Create a program in either C++, C#, or Visual Basic that does the following: 1) Displays some information on the screen 2) Attempts to open a non existent text file on the local h…
Create a program in either C++, C#, or Visual Basic that does the following: 1)
Create a program in either C++, C#, or Visual Basic that does the following: 1) Displays some information on the screen 2) Attempts to open a non existent text file on the local h…
Create a program in java for a car rental system. When the program starts it pro
Create a program in java for a car rental system. When the program starts it prompts the user to do one of the following: 1. Create Account (First Name, Last Name, Username, passw…
Create a program in java that accepts and stores data from any Winter Olympics.
Create a program in java that accepts and stores data from any Winter Olympics. The program should accept and store up to 6 competitor names for each event as well as the name of …
Create a program in java that reads media objects such as books.java, music.java
Create a program in java that reads media objects such as books.java, music.java, and video.java( I have already created those files). Implement my own HashMap implementation. I m…
Create a program in java using the concept of Encapsulation, inheritance, polymo
Create a program in java using the concept of Encapsulation, inheritance, polymorphism, abstract classes and interfaces Description of the application A restaurant wants a schedul…
Create a program in which a user plays a simple version of the card game 21 agai
Create a program in which a user plays a simple version of the card game 21 against the computer. The computer will run a network server process allowing client players to connect…
Create a program named CableCar.java: Use the following header and instance vari
Create a program named CableCar.java: Use the following header and instance variables: public class CableCar { // instance variables private int length; private int passengers; pr…
Create a program named Clock.java. Use the following header and instance variabl
Create a program named Clock.java. Use the following header and instance variables. Write a class called Clock. Here are the first few lines: public class Clock { // instance vari…
Create a program named PaintingEstimate whose Main()method prompts a user for le
Create a program named PaintingEstimate whose Main()method prompts a user for length and width of a room in feet. Create a method that accepts the values and then computes the cos…
Create a program named PrimeGenerator. Copy the isPrime method from assignment 5
Create a program named PrimeGenerator. Copy the isPrime method from assignment 5. In main create an array that will contain the first 200 prime numbers, find the primes and store …
Create a program named Reverse3 whose Main() method declares three integers name
Create a program named Reverse3 whose Main() method declares three integers named firstInt, middleInt, and lastInt. Assign the following values to the integers: 23 to firstInt 45 …
Create a program named [assignment1_yourlastname.cs] that includes the following
Create a program named[assignment1_yourlastname.cs] that includes the following requirements: You may look up similar programs on the web or in your books, but be sure you use you…
Create a program named parentheses.java that reads in a string of various parent
Create a program named parentheses.java that reads in a string of various parentheses, brackets, and braces from standard input. Using a stack, verify whether or not the parenthes…
Create a program named queue.java that implements a queue of monster class eleme
Create a program named queue.java that implements a queue of monster class elements. The class is below: class MonsterInfo { private String Name; private String Species; …
Create a program named queue.java that implements a queue of monster class eleme
Create a program named queue.java that implements a queue of monster class elements. The class is below: class MonsterInfo { private String Name; private String Species; …
Create a program named sort.java that reads in primes1.txt (unsorted prime numbe
Create a program named sort.java that reads in primes1.txt (unsorted prime numbers less than one million) and stores them into an ArrayList. Compare sorting this list using the bu…
Create a program pointer Tester.c to experiment with pointers. Implement the fol
Create a program pointer Tester.c to experiment with pointers. Implement the following steps: 1. Declare three integer variables a, b and c. Initialize them to 0,100 and 225 2. Pr…
Create a program pointer Tester.c to experiment with pointers. Implement the fol
Create a program pointer Tester.c to experiment with pointers. Implement the following steps: Declare three integer variables a, b and c. Initialize them to 0,100 and 225 Print th…
Create a program pointer Tester.c to experiment with pointers. Implement the fol
Create a program pointer Tester.c to experiment with pointers. Implement the following steps: Declare three integer variables a, b and c. Initialize them to 0, 100 and 225 Print t…
Create a program pointerTester.c to experiment with pointers. Implement the foll
Create a program pointerTester.c to experiment with pointers. Implement the following steps: Declare three integer variables a, b and c. Initialize them to 0,100 and 225 Print the…
Create a program pointerTester.c to experiment with pointers. Implement the foll
Create a program pointerTester.c to experiment with pointers. Implement the following steps one by one in your program: YOU NEED TO ANSWER QUESTION Use printf to print your answer…
Create a program that Determines the student\'s average based on three test scor
Create a program that Determines the student's average based on three test scores. determines and displays The student's passing/failing status. The program should: Set up floatin…
Create a program that a professor can use to display a grade for any number of s
Create a program that a professor can use to display a grade for any number of students. Each student's grade is based on four test scores, with each test worth 100 points. The pr…
Create a program that a professor can use to displaya grade for any number of st
Create a program that a professor can use to displaya grade for any number of students. Each student's grade is based on 4 tests with each test worth 100 points. The program shoul…
Create a program that accepts and formats a paragraph from the user as follows:
Create a program that accepts and formats a paragraph from the user as follows: Ask the user for the length of the paragraph in characters. Repeatedly ask the user for the number …
Create a program that accepts as user input 1 for heads, 2 for tails and any oth
Create a program that accepts as user input 1 for heads, 2 for tails and any other numeric value to exit. You must use “do while” loop. You must use the same single variable to co…
Create a program that allows a user to create, edit and save phonebook data. The
Create a program that allows a user to create, edit and save phonebook data. The program should contain textboxes for a first name, last name, and phone number. It should also con…
Create a program that allows a user to create, edit and save phonebook data. The
Create a program that allows a user to create, edit and save phonebook data. The program should contain textboxes for a first name, last name, and phone number. It should also con…
Create a program that allows a user to play a dungeon maze game. Use the UML dia
Create a program that allows a user to play a dungeon maze game. Use the UML diag on the next page to help you create your classes. The dungeon maps, the item list, and the enemy …
Create a program that allows the user to enter four test scores. The program sho
Create a program that allows the user to enter four test scores. The program should average the four test scores. Be sure to validate the input data. The lowest valid test score i…
Create a program that allows the user to enter the type of coin to be evaluated
Create a program that allows the user to enter the type of coin to be evaluated and the number of coins. The program should calculate the total weight of the coins and the height …
Create a program that allows the user to input coordinates onto a 5x5 2D list in
Create a program that allows the user to input coordinates onto a 5x5 2D list in order to locate and destroy a hidden enemy ship. Make a game board similar to the one below: A B C…
Create a program that analyzes the vowels in a character string. Define a null-t
Create a program that analyzes the vowels in a character string. Define a null-terminated string of alphanumerical characters (in separate AREA DATA, …). For example: “In phonetic…
Create a program that analyzes the vowels in a character string. Define a null-t
Create a program that analyzes the vowels in a character string. Define a null-terminated string of alphanumerical characters. For example: "In phanetics, a vowel is a sound in sp…
Create a program that analyzes the vowels in a character string. Define a null-t
Create a program that analyzes the vowels in a character string. Define a null-terminated string of alphanumerical characters. For example "In phonetics, a vowel is a sound in spo…
Create a program that ask the user to enter his/her % of expenses for the follow
Create a program that ask the user to enter his/her % of expenses for the following categories: FOOD, GAS, CELLPHONE, CLOTHES and PARTY. In order to the expenses be balance all mu…
Create a program that ask the user to enter the gender and time (military format
Create a program that ask the user to enter the gender and time (military format 0-23). The program must display a good morning, good afternoon or good night depending the give…
Create a program that asks the user to enter a birth date and tellsthe user the
Create a program that asks the user to enter a birth date and tellsthe user the zodiac sign of that date. But this time, ask the userif he wants to enter another birth date, if so…
Create a program that asks the user to type in 10 words one by one. The program
Create a program that asks the user to type in 10 words one by one. The program should store each word in an array. The program should then go through the array of words one by on…
Create a program that asks users to enter the name of their favorite team. Have
Create a program that asks users to enter the name of their favorite team. Have the program display this team's name. Then have program ask the user to enter the name of their fiv…