Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1616 / 1624
create a program in c#, named bonus calculation that includes two overloaded met
create a program in c#, named bonus calculation that includes two overloaded methods-one that accepts a salary and a bonus expressed as double (for example, 600.00 and 0.10, where…
create a program in c++ that will take the user\'s gross income and calculate th
create a program in c++ that will take the user's gross income and calculate their total income tax. begin by listing the tax schedules and asking which schedule the user files un…
create a program that plots the test scores on a particular test, for all 40 stu
create a program that plots the test scores on a particular test, for all 40 students in the class. The plot will use two JavaFX Node types to plot the scores, a) a circle, or rat…
create a program that takes in a sentence from the user and encrypts it. You can
create a program that takes in a sentence from the user and encrypts it. You can create any encryption pattern you want however; your program only has to encrypt English letters. …
create a program that will ask the user enter a character to be output and the m
create a program that will ask the user enter a character to be output and the maximum number of times the character will appear on a line. Then output a pattern in which the ente…
create a program that will ask the user enter a character to be output and the m
create a program that will ask the user enter a character to be output and the maximum number of times the character will appear on a line. Then output a pattern in which the ente…
create a program that will calculate that will collect all the information to ca
create a program that will calculate that will collect all the information to calculate a student’s semester G.P.A and display the courses, grades received and the G.P.A. You will…
create a program that will determine if an inputted c-string is a palindrome or
create a program that will determine if an inputted c-string is a palindrome or not. In main, the user will input a c-string into a character array and send to user-defined functi…
create a program that will fill in the numbers of a magic square. A magic square
create a program that will fill in the numbers of a magic square. A magic square is a n x n grid in which the numbers 1, 2, 3, ….. n2 appear exactly one time, the sum of the each …
create a program that will have a player play tic-tac-toe against the computer.
create a program that will have a player play tic-tac-toe against the computer. The interface needs to be basic, using text characters, but you’re welcome to create a graphical us…
create a program to display the number of combinations where n and k are entered
create a program to display the number of combinations where n and k are entered by the user. Do not use the built-in C function to compute either combinations or factorials. Reje…
create a program to display the number of combinations where n and k are entered
create a program to display the number of combinations where n and k are entered by the user. Do not use the built-in C function to compute either combinations or factorials. Reje…
create a program which will do the following: Read from a file a student\'s firs
create a program which will do the following: Read from a file a student's first name, last name, full name (with spaces), TNumber, Major, Class Name, 3 exam grades, and 5 homewor…
create a project and enter the skeleton example Modify the program so that the b
create a project and enter the skeleton example Modify the program so that the button label has a different message each time it's pressed (at least 10 different messages). Please…
create a project containing classes Point (you can use one of those discussed in
create a project containing classes Point (you can use one of those discussed in class), Line, and Rectangle. The class Line should extend the class Point, adding the member varia…
create a questionnaire that can be used to compile a report based on the followi
create a questionnaire that can be used to compile a report based on the following situations The students are expected to visit any company of their choice and find out how they …
create a quiz of up to 25 questions and answers, give the quiz, and output how m
create a quiz of up to 25 questions and answers, give the quiz, and output how many correct and incorrect answers were given. You will use an array of 25 Question objects created …
create a realistic fictitious character. Write a short summary (5-7 sentences) o
create a realistic fictitious character. Write a short summary (5-7 sentences) of an article describing how unemployment affects an individual or a family. Include the source an…
create a realistic male fictional character. Im using this as a guide. In this a
create a realistic male fictional character. Im using this as a guide. In this assignment you review and integrate the life story concept to your own life. You will describe you…
create a reply by Back up your answer with a reliable scientific website (EX: Na
create a reply by Back up your answer with a reliable scientific website (EX: National Geographic, PBS, Discovery, Smithsonian, New Scientist, Nature, Scientific American, Science…
create a report in Microsoft Word discussing the trade balance between China and
create a report in Microsoft Word discussing the trade balance between China and the U.S. for the most recent five year period. In your discussion, include an analysis of the effe…
create a research question in the field of psychology that you are interested in
create a research question in the field of psychology that you are interested in researching right questions clearly include a brief background of the problems you are proposing a…
create a research question in the field of psychology that you are interested in
create a research question in the field of psychology that you are interested in researching right questions clearly include a brief background of the problems you are proposing a…
create a round robin (TQ: 3) using linked list in C++ compute the overall wait t
create a round robin (TQ: 3) using linked list in C++ compute the overall wait time, response time, and turnaround time of EACH process P1 {4,24,5,73,3,31,5,27,4,33,6,43,4,64,5,19…
create a scenario for a business or other organization and use CVP analysis to s
create a scenario for a business or other organization and use CVP analysis to show the following: Breakeven in units Breakeven in dollars Target sales in units for achieving a $5…
create a script named final-pkg.sql that contains PL/SQL code to create a packag
create a script named final-pkg.sql that contains PL/SQL code to create a package named student_pkg with the following stored program unit. 1. function named CALCULATE_GPA that wi…
create a script named final-pkg.sql that contains PL/SQL code to create a packag
create a script named final-pkg.sql that contains PL/SQL code to create a package named student_pkg with the following stored program unit. 1. function named CALCULATE_GPA that wi…
create a script named final-trg.sql that contains the PL/SQL code to create a tr
create a script named final-trg.sql that contains the PL/SQL code to create a trigger named ENROLLMENT_TRG. The trigger should be set up to fire whenever a student registers(inser…
create a script that presents a Movie guessing game. Allow the users to guess th
create a script that presents a Movie guessing game. Allow the users to guess the best picture award from last year. Allow them to guess the word letter-by-letter by entering a ch…
create a script that presents a Movie guessing game. Allow the users to guess th
create a script that presents a Movie guessing game. Allow the users to guess the best picture award from last year. Allow them to guess the word letter-by-letter by entering a ch…
create a script that presents a Movie guessing game. Allow the users to guess th
create a script that presents a Movie guessing game. Allow the users to guess the best picture award from last year. Allow them to guess the word letter-by-letter by entering a ch…
create a script that presents a Movie guessing game. Allow the users to guess th
create a script that presents a Movie guessing game. Allow the users to guess the best picture award from last year. Allow them to guess the word letter-by-letter by entering a ch…
create a shell script that uses if/else and other logical operators to determine
create a shell script that uses if/else and other logical operators to determine the larger of two numbers, and if two strings are equal. For this exercise, the numbers and string…
create a shell script that uses if/else and other logical operators to determine
create a shell script that uses if/else and other logical operators to determine the larger of two numbers, and if two strings are equal. For this exercise, the numbers and string…
create a shell script that uses if/else and other logical operators to determine
create a shell script that uses if/else and other logical operators to determine the larger of two numbers, and if two strings are equal. For this exercise, the numbers and string…
create a simple GUI flashcard program that reads data from a file. Instructions:
create a simple GUI flashcard program that reads data from a file. Instructions:The goal of this project is to create a GUI flashcard program that reads data from a text file. It …
create a simple TCP based console chat room using C#. Any help would be really a
create a simple TCP based console chat room using C#. Any help would be really appreciated. Your Program must compile This program should be done in C# In this assignment I want y…
create a simple graphic indicating the distance in map units between the genes s
create a simple graphic indicating the distance in map units between the genes studied. Chromosome map. Make sure your map is correct with respect relative distance. Use a key suc…
create a simple interactive application (command line) that will allow company m
create a simple interactive application (command line) that will allow company management to manage the system. JAVA CODE. user name password FOR THIS DATABASE; Inventory System C…
create a simple java application for a rug store. The store manages the rug info
create a simple java application for a rug store. The store manages the rug information this is stored in Comma Separated Values (CSV) file (CSV files can be open using Excel OR t…
create a simple logic game in which the computer choses a random string of chara
create a simple logic game in which the computer choses a random string of characters that the player has to guess. The computer will announce to the player how many characters of…
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using an auto-key cipher 1. Remove any special characters, punctuation and spaces from the message t…
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using an porta cipher 1. Remove any special characters, punctuation and spaces from the message to b…
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using a porta cipher. The function must use loops and branching statements. It also may not use the …
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using beaufort cipher. The function must use loops and branching statements. It also may not use the…
create a stack class based on an array of type double of fixed size. In the clas
create a stack class based on an array of type double of fixed size. In the class, The array should have the default size of 5. The array size should be settable via a constructor…
create a stack class based on an array of type double of fixed size. In the clas
create a stack class based on an array of type double of fixed size. In the class, The array should have the default size of 5. The array size should be settable via a constructor…
create a stack class based on an array of type double of fixed size. In the clas
create a stack class based on an array of type double of fixed size. In the class, The array should have the default size of 5. The array size should be settable via a constructor…
create a stack class to implement a rpn calculator that stores integers. output
create a stack class to implement a rpn calculator that stores integers. output a message if there are not two operands on the stack. example of rpn calc if + is input pop last tw…
create a stack class to implement a rpn calculator that stores integers. output
create a stack class to implement a rpn calculator that stores integers. output a message if there are not two operands on the stack. example of rpn calc if + is input pop last tw…