Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1423 / 1624
Create a program that will perform the following task: Write an if statement tha
Create a program that will perform the following task: Write an if statement that will print out your full name (first and last) IF the user types in the number 1. This is what I …
Create a program that will perform the following tasks: Create a variable that w
Create a program that will perform the following tasks: Create a variable that will store the user's password (user password is cit142) Create a variable that will store the user'…
Create a program that will randomly pick two cards (ignore the suit), and tell t
Create a program that will randomly pick two cards (ignore the suit), and tell the user what the total is as if they playing blackjack. Here are the rules: Aces are either worth 1…
Create a program that will read a file “/ece/www/ism2008/hw4/scoresHw4b.dat” Thi
Create a program that will read a file “/ece/www/ism2008/hw4/scoresHw4b.dat” This file contains contains the follow 6838 58 13 15 51 27 3010 19 12 86 49 67 9084 60 25 43 89 83 513…
Create a program that will read and write ID3v1.1 MP3 Tags - Ask the user for th
Create a program that will read and write ID3v1.1 MP3 Tags - Ask the user for the name of an mp3 file to open or enter exit to exit program - Open mp3 file and read ID3 tag inform…
Create a program that will read the data for a two-dimensional integer array fro
Create a program that will read the data for a two-dimensional integer array from a file. Using this array, your program is to determine the longest increasing path within the arr…
Create a program that will read the data for a two-dimensional integer array fro
Create a program that will read the data for a two-dimensional integer array from a file. Using this array, your program is to determine the longest increasing path within the arr…
Create a program that will search through all the files in a directory and throu
Create a program that will search through all the files in a directory and through all files in subdirectories recursively. The program will search each file for a given string an…
Create a program that will search through all the files in a directory and throu
Create a program that will search through all the files in a directory and through all files in subdirectories recursively. The program will search each file for a given string an…
Create a program that will search through all the files in a directory and throu
Create a program that will search through all the files in a directory and through all files in subdirectories recursively. The program will search each file for a given string an…
Create a program that will search through all the files in a directory and throu
Create a program that will search through all the files in a directory and through all files in subdirectories recursively. The program will search each file for a given string an…
Create a program that will search through all the files in a directory and throu
Create a program that will search through all the files in a directory and through all files in subdirectories recursively. The program will search each file for a given string an…
Create a program that will use nested loops to create the following 3 star desig
Create a program that will use nested loops to create the following 3 star designs. Use the attached skeleton as a template. Star Design #1: * ** *** **** ***** Star Design #2…
Create a program that will use the attached input file and perform the following
Create a program that will use the attached input file and perform the following operations. Read the file into an appropriate JCF data structure. Look up a (list of) names and nu…
Create a program that win compute the magnitude and type of stress of all the me
Create a program that win compute the magnitude and type of stress of all the members of a simple truss. The truss should have a minimum of 8members with a minimum of 3 loads on i…
Create a program that win compute the magnitude and type of stress of all the me
Create a program that win compute the magnitude and type of stress of all the members of a simple truss. The truss should have a minimum of 8members with a minimum of 3 loads on i…
Create a program that works external file* Create functions to perform the follo
Create a program that works external file* Create functions to perform the following actions: creation. We append and lie read Objective: Create use and pass filestream that input…
Create a program that works similarly to SerSongApp with regard to storing and r
Create a program that works similarly to SerSongApp with regard to storing and retrieving informaion between program runs and allows users to a) enter information about golfers (t…
Create a program that: 1) Displays a menu of functions that the user is able to
Create a program that: 1) Displays a menu of functions that the user is able to pick from. If information is returned from a function (ie NOT a void function), then that informa…
Create a program titled Division. Have the program prompt the user \"Enter numer
Create a program titled Division. Have the program prompt the user "Enter numerator and denominator" and store the two values entered. (If you wish the user to "Enter numerator/de…
Create a program to allow a user to play a modified “craps” games. The rules wil
Create a program to allow a user to play a modified “craps” games. The rules will be as follows: 1)User starts with $50.00 as their total. 2) Ask the user for their bet (maximum b…
Create a program to be used in a coin sorting machine. The machine takes U.S. pe
Create a program to be used in a coin sorting machine. The machine takes U.S. pennies, nickels, dimes, and quarters. The base specifications for these are as follows: nickel dime …
Create a program to calculate the hypotenuse of a right triangle. The values for
Create a program to calculate the hypotenuse of a right triangle. The values for the sides of the triangle will be input from the keyboard; the hypotenuse will be calculated using…
Create a program to calculate the roots of the quadratic equation: ax +bx+c 0. P
Create a program to calculate the roots of the quadratic equation: ax +bx+c 0. Prompt the user for the coefficients a, b and c. The program will use the quadratic formula to calcu…
Create a program to calculate the roots of the quadratic equation: ax +bx+c 0. P
Create a program to calculate the roots of the quadratic equation: ax +bx+c 0. Prompt the user for the coefficients a, b and c. The program will use the quadratic formula to calcu…
Create a program to compute a worker\'s daily salary in java. input: hour_rate,
Create a program to compute a worker's daily salary in java. input: hour_rate, number_of_hours output: salary = hour_rate * number_of_hours Modify the program to compute …
Create a program to determine the Loan Interest Rate based on credit scores. Use
Create a program to determine the Loan Interest Rate based on credit scores. Use if..else statements to find the interest rate. Write a program that will give the interest rate fo…
Create a program to do the following: 1) Read in names to sort until the user ty
Create a program to do the following: 1) Read in names to sort until the user types the “enter” key as the first character of a “C-type” string (the maximum number of names is 20,…
Create a program to encode or decode a message using the Vigenère Cipher. The ci
Create a program to encode or decode a message using the Vigenère Cipher. The cipher consists of a message and a code word. The code word is any string of characters known only to…
Create a program to enter and average the high and low temperatures for the week
Create a program to enter and average the high and low temperatures for the week. Create a constant to define the size of two float arrays. Create two one dimensional float arrays…
Create a program to enter and average the high and low temperatures for the week
Create a program to enter and average the high and low temperatures for the week. ? Create a constant to define the size of two float arrays. ? Create two one dimensional float ar…
Create a program to enter grades and calculate average and letter grades. Need a
Create a program to enter grades and calculate average and letter grades. Need a class which will contain: Student Name Student Id Student Grades (an array of 3 grades) A construc…
Create a program to enter grades and calculate averages and letter grades. Need
Create a program to enter grades and calculate averages and letter grades. Need a class which will contain: Student Name Student Id Student Grades (an array of 3 grades) A constru…
Create a program to estimate the number of boxes of tile that are needed to comp
Create a program to estimate the number of boxes of tile that are needed to complete a job of tiling some number of rooms For full credit, you should define and use at least two f…
Create a program to graph and solve 2 simultaneous linear equations: ax +by c dx
Create a program to graph and solve 2 simultaneous linear equations: ax +by c dx +ey -f where the user inputs scalars: a, b, c, d, e, f. Students should create a script (named Lab…
Create a program to play the game High Low: Shuffle the deck & display the first
Create a program to play the game High Low: Shuffle the deck & display the first card. The user should guess whether the next card drawn will be higher or lower than the first…
Create a program to read a line of text and tell us if the line is a palindrome.
Create a program to read a line of text and tell us if the line is a palindrome. Do this by using a stack data structure and a queue data structure. The program should be using th…
Create a program to record temperatures and find the lowest, highest and average
Create a program to record temperatures and find the lowest, highest and average temperature. Create one dimensional float arrays in the function main() called temps const int MAX…
Create a program to recreate the classic race between the hare and the tortoise.
Create a program to recreate the classic race between the hare and the tortoise. Each animal will move across the screen left to right over the course of 70 squares from 1 - 70 (e…
Create a program to shuffle and deal a deck of cards. The program should consist
Create a program to shuffle and deal a deck of cards. The program should consist of class Card, class DeckOfCards and a driver program. Class Card should provide: a) Data members …
Create a program to shuffle and deal a deck of cards. The program should consist
Create a program to shuffle and deal a deck of cards. The program should consist of class Card, class DeckOfCards and a driver program. Class Card should provide: a) Data members …
Create a program to store and process movie ratings. Use a 2D array to store rat
Create a program to store and process movie ratings. Use a 2D array to store ratings by different reviewers for different movies. Each row represents a different movie and each co…
Create a program to store temperatures recorded over a period of time. The progr
Create a program to store temperatures recorded over a period of time. The program should store the temperatures in a global array variable. Assume that the maximum number of temp…
Create a program to store the class pet into a list of three values. Program Nam
Create a program to store the class pet into a list of three values. Program Names: Assign11_ Pet_List_First_Last.py for the program that tests the Pet class Assign10_Pet_First_La…
Create a program to store weekly expenses and revenues over a period of time. Th
Create a program to store weekly expenses and revenues over a period of time. The program should store the expenses and revenues in two global array variables. Values stored in th…
Create a program using C ++ (microsoft visual studios 2013) using atleast one fo
Create a program using C ++ (microsoft visual studios 2013) using atleast one for loop that displays the sales amounts made in each of four regions (north, south, east and west) f…
Create a program using C languge please ....... thanks The user will first input
Create a program using C languge please ....... thanks The user will first input the number of students(less than 100). Then input the detailed information for each students inclu…
Create a program using C++ that prints out a multiplcation table up to a specfic
Create a program using C++ that prints out a multiplcation table up to a specfic limit. The code should prompt the user for the limit and then print out the table. You will need n…
Create a program using C++(microsoft visual studios 2013) with comments (//comme
Create a program using C++(microsoft visual studios 2013) with comments (//comments) using the following instruction: Populate a two-dimensional array with the following prices in…
Create a program using C++(microsoft visual studios 2013) with comments that cre
Create a program using C++(microsoft visual studios 2013) with comments that creates a 3 x 5 two dimensional array and fills it with the following numbers in this order: 22, 40, 6…