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 1387 / 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 a UNIX makefile for the following C program: //convert.c char toUpper(cha
Create a UNIX makefile for the following C program: //convert.c char toUpper(char c){ if(c>='a' && c<='z') return c-32; return c; } //converting sentance to upper vo…
Create a UsedCarException class that extends Exception; its constructor receives
Create a UsedCarException class that extends Exception; its constructor receives a value for a vehicle identification number (VIN) that is passed to the parent constructor so it c…
Create a VB application for the following Math Application.
Create a VB application for the following Math Application. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> This application is for the first a…
Create a VB application that will perform the following tasks. The user will ent
Create a VB application that will perform the following tasks. The user will enter the number of seconds in the textbox. Store the number of seconds in a minute as a constant and …
Create a VBA code (in R1C1 format) for a sub-function that sort the values in co
Create a VBA code (in R1C1 format) for a sub-function that sort the values in column 4 (see the picture below) in order of increasing value. While sorting make sure you also sort/…
Create a VBA script that simulates validation of user-passwords. The script shou
Create a VBA script that simulates validation of user-passwords. The script should: - prompt users for a password. - length of the password entered is at least 8 characters. - fir…
Create a VBA subroutine that takes an input cell(input box) and divides that num
Create a VBA subroutine that takes an input cell(input box) and divides that number by 3 over and over until the result is less than 1. At this point , the sub will display the nu…
Create a VHDL module to map 8 slide switch (SW0-SW7) to 8 LEDs (LO0-LD7) on the
Create a VHDL module to map 8 slide switch (SW0-SW7) to 8 LEDs (LO0-LD7) on the NEXYS4 -DDR board. See Figure 1 for the mapping between the switched and the LEDs. The input slide …
Create a VISUAL BASIC application to assist a user with analyzing daily blood su
Create a VISUAL BASIC application to assist a user with analyzing daily blood sugar readings. Create an application with "input blood sugar readings" button that uses the input bo…
Create a VendingMachineException class defined inVendingMachineException.java. T
Create a VendingMachineException class defined inVendingMachineException.java. This class has a single constructor which takes a String, msg, and passes it to the parent Exception…
Create a VendingMachineException class defined inVendingMachineException.java. T
Create a VendingMachineException class defined inVendingMachineException.java. This class has a single constructor which takes a String, msg, and passes it to the parent Exception…
Create a Verilog module for the 7-segment decoder. Connect the c2c1c0 inputs to
Create a Verilog module for the 7-segment decoder. Connect the c2c1c0 inputs to switches SW2??0, and connect the outputs of the decoder to the HEX0 display on the DE2 board. The s…
Create a Verilog module for the 7-segment decoder. Connect the c2c1c0 inputs to
Create a Verilog module for the 7-segment decoder. Connect the c2c1c0 inputs to switches SW2??0, and connect the outputs of the decoder to the HEX0 display on the DE2 board. The s…
Create a Verilog module that can multiply an eight-bit signed number, A , by 1,
Create a Verilog module that can multiply an eight-bit signed number, A, by 1, 2, 3, or 4 and produce the results A, 2A, 3A or 4A, respectively (resulting in a 10-bit signed numbe…
Create a Verilog module that sets values for Q below based on x and W, this can
Create a Verilog module that sets values for Q below based on x and W, this can be done with an always and case statement. For all cases not given set Q to 3'bo00 (use this for yo…
Create a View Integration to represent the combination between the conversion pr
Create a View Integration to represent the combination between the conversion process with the acquisition payment, human resource and revenue process based on the REA patterns de…
Create a Vigenere cipher using assembly language file (x86) Im not really sure h
Create a Vigenere cipher using assembly language file (x86) Im not really sure how to start or get it to work but would like some help. 1. Your code should use STDIN and STDOUT fo…
Create a Visual Basic Application to simulate a Windows Notepad. For your Final
Create a Visual Basic Application to simulate a Windows Notepad. For your Final Project you need to submit the following Items : The Application Code and Interface ( submit the .z…
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A_Lab06. Write the program that will use arrays to store rent by floor and display the rent for the …
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A_Lab06. Write the program that will use arrays to store rent by floor and display the rent for the …
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A_Lab06. Write the program that will use arrays to store rent by floor and display the rent for the …
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A_Lab06. Write the program that will use arrays to store rent by floor and display the rent for the …
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A_Lab06. Write the program that will use arrays to store rent by floor and display the rent for the …
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A_Lab06. Write the program that will use arrays to store rent by floor and display the rent for the …
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A
Create a Visual Basic Console Project in Visual Studio. Name the Project CIS170A_Lab06. Write the program that will use arrays to store rent by floor and display the rent for the …
Create a Visual Basic Windows application. Use the following names for the solut
Create a Visual Basic Windows application. Use the following names for the solution, project, and form file, respectively: Novelty Solution, Novelty Project, and Main Form.vb. Sav…
Create a Visual Basic application that every time I press button1, it will displ
Create a Visual Basic application that every time I press button1, it will display triable asterisk according to four patterns in a textbox. Must use LOOP STRUCTURES. The height o…
Create a Visual Basic application that meets the following requirements: Follow
Create a Visual Basic application that meets the following requirements: Follow class/textbook standards for Windows form design. Use an MDI parent form. Use separate child forms …
Create a Visual Basic program similar to the one described below. Write a functi
Create a Visual Basic program similar to the one described below. Write a function to calculate the fine for speeding. The fine is $35 plus $10 per mile for every mile over the sp…
Create a Visual Basic program to calculate and display the running score for a b
Create a Visual Basic program to calculate and display the running score for a basketball game. Zip your files. Submit the program before the 5:00 deadline. Name your project usin…
Create a Visual Basic program to use counters and accumulators. Zip your files.
Create a Visual Basic program to use counters and accumulators. Zip your files. Submit the program before the 5:00 deadline Name your project using your initials and the number of…
Create a Visual Basic program. Zip your files. Submit the program before the 5:0
Create a Visual Basic program. Zip your files. Submit the program before the 5:00 deadline. Use a loop to calculate and display miles from 1 to 30 and the equivalent kilometers. D…
Create a Visual Basics program to calculate grades, There will be four categorie
Create a Visual Basics program to calculate grades, There will be four categories of grades: - Test scores - Lab scores - Quizzes - Final Exam First, the user will determine the %…
Create a Visual C# application that displays the contents of the Teams.txt file
Create a Visual C# application that displays the contents of the Teams.txt file in a ListBox control. When the user selects a team in the ListBox, the application should display t…
Create a Visual C# application that displays the contents of the Teams.txt file
Create a Visual C# application that displays the contents of the Teams.txt file in a ListBox control. When the user selects a team in the ListBox, the application should display t…
Create a Visual C# application that displays the contents of the Teams.txt file
Create a Visual C# application that displays the contents of the Teams.txt file in a ListBox control. When the user selects a team in the ListBox, the application should display t…
Create a Visual C++ program that reads in a list of unformatted phone number str
Create a Visual C++ program that reads in a list of unformatted phone number strings and converts each one into another string that has the form: (area) prefix-number. Your progra…
Create a Visual C++ program that reads in a list of unformatted phone number str
Create a Visual C++ program that reads in a list of unformatted phone number strings and converts each one into another string that has the form: (area) prefix-number. Your progra…
Create a WORD size array of atleast 10 elements. Use a loop to get the sum of al
Create a WORD size array of atleast 10 elements. Use a loop to get the sum of all of the elements in the array. Use EDI register for OFFSET of the array: ------Template to use:---…
Create a WalkIn Class that stores the first and last name of the customer, and a
Create a WalkIn Class that stores the first and last name of the customer, and assign a unique sequential number for the walkin. Then, create a RestaurantQueue (linkedList) which …
Create a WeatherList class that has an instance variable of an array of Weather
Create a WeatherList class that has an instance variable of an array of Weather objects, using the Weather class.  The WeatherList class will be similar to the IntList class.  It …
Create a Web Forms project called Assignment4 that that is essentially the same
Create a Web Forms project called Assignment4 that that is essentially the same as the Calculator project from assignment 2; however, this time create private methods called AddNu…
Create a Web document called l5pl.html that displays one of the images from lab
Create a Web document called l5pl.html that displays one of the images from lab 2 in approximately the center of the page; centering need not be exact. Below the image, place thre…
Create a Web form to help in creating “Jumble” puzzles. Create a form that has f
Create a Web form to help in creating “Jumble” puzzles. Create a form that has four input fields named Word1, Word2, Word3, and Word4, as well as “Reset” and “Submit” buttons. Cre…
Create a Web page like the following. You can use any text, but try to preserve
Create a Web page like the following. You can use any text, but try to preserve the style (borders, shadows, multicolumn text, gradients, etc.) as shown below. style (borders, sha…
Create a Web page named quiz.html that can be used to conduct multiple choice qu
Create a Web page named quiz.html that can be used to conduct multiple choice quizzes over the Web. The page should contain at least 10 potential quiz questions, each with three p…
Create a Web page that does the following. Write a function computeTax(itemCost,
Create a Web page that does the following. Write a function computeTax(itemCost,taxRate) to compute the sales tax of the item (i.e. ItemCost x taxRate). Be sure to place the funct…
Create a Web page that prompts the user for information, stores it in an array,
Create a Web page that prompts the user for information, stores it in an array, performs a math operation, and writes the information out on the page. Requirements: Create a web p…
Create a Web page that stores airline surveys in a MySQL database. Include field
Create a Web page that stores airline surveys in a MySQL database. Include fields for the date and time of the flight, flight number, and other fields you consider appropriate for…
Create a Web page with the following 3 buttons:
Create a Web page with the following 3 buttons: <input type="button" id="startTimer" value="Start Timer" onclick=" " /><br /> <input type="button" id="stopTimer" va…