Web development and programming
191828 questions • Page 3660 / 3837
in assembly ( using kip irvines 7th edition). Let this new program repeat the sa
in assembly ( using kip irvines 7th edition). Let this new program repeat the same steps three times, using a loop. Clear the screen after each loop iteration. here is the origina…
in assembly langauge ( using kip irvine\'s 7th edition) : Create a procedure nam
in assembly langauge ( using kip irvine's 7th edition) : Create a procedure named CalcGrade that receives an integer value between 0 and 100, and returns a single capital letter i…
in assembly language ( using kip irvines 7th edition) .heres the question: Creat
in assembly language ( using kip irvines 7th edition) .heres the question: Create a procedure named CalcGrade that receives an integer value between 0 and 100, and returns a singl…
in at least 300 words describe the algorithm used below and it\'s complexity . R
in at least 300 words describe the algorithm used below and it's complexity. Restrain from describing what the code does unless it support the description of the algorithm or comp…
in at least 300 words describe the algorithm used below and it\'s complexity . R
in at least 300 words describe the algorithm used below and it's complexity. Restrain from describing what the code does unless it support the description of the algorithm or comp…
in bash, PERL, and Python languages that does the following: 5] Write a program
in bash, PERL, and Python languages that does the following: 5] Write a program a. Generates 50 random numbers between -23 and +31. b. Calculates the average of the generated numb…
in blue j The lab this week is to write a program that reads grades in the integ
in blue j The lab this week is to write a program that reads grades in the integer range 1 – 100 from a file, writes out the grades, computes their average, and finds out how many…
in blue j Write a method that will produce random permutations of the numbers 1
in blue j Write a method that will produce random permutations of the numbers 1 to 10. To generate a random permutation, you need to fill an array with the numbers 1 to 10 so that…
in blue j Write a method that will produce random permutations of the numbers 1
in blue j Write a method that will produce random permutations of the numbers 1 to 10. To generate a random permutation, you need to fill an array with the numbers 1 to 10 so that…
in blue j part 1: Write a program that reads a sequence of integers into an arra
in blue j part 1: Write a program that reads a sequence of integers into an array and that computes the alternating sum of all elements in the array. For example, if the program i…
in breadth-first traversal of binary tree, the nodes are visited in an order pre
in breadth-first traversal of binary tree, the nodes are visited in an order prescribed by their level. first vist the node at level 1, the root node. then visit the nodes at leve…
in c # language You will need to design an application that it will prompt a use
in c # language You will need to design an application that it will prompt a user for his or her hourly pay rate; his or her hours worked; and whether he or she is single, married…
in c estse repor Q3) Write a C program that reads from the user a name of a file
in c estse repor Q3) Write a C program that reads from the user a name of a file and a directory path. The file should exist in the current directory. Then the program should sear…
in c language Write a program that allows a user to play 5-Card-Draw Poker again
in c language Write a program that allows a user to play 5-Card-Draw Poker against the computer. Start with the following example code supplied by Deitel & Deitel (example c…
in c language. finish the fillCVector function. Also, add the following function
in c language. finish the fillCVector function. Also, add the following function prototypes to your header file // adds two cartesian vectors together // when adding cartesian vec…
in c program Assignment #5 Introduction to C Programming – COP 3223 Objectives 1
in c program Assignment #5 Introduction to C Programming – COP 3223 Objectives 1. To reinforce the use of loops. 2. To learn how to read information from files. Introduction: Ninj…
in c programming Arrays Create a program that declares a variable that contains
in c programming Arrays Create a program that declares a variable that contains 10 int values and displays the 10 values. Change the previous program to display the values through…
in c programming only How take an integer (size) and a filename as its two comma
in c programming only How take an integer (size) and a filename as its two command-line arguments. The size represents the number of rows and columns in a square matrix of charact…
in c# Create a Windows application that contains two textboxes and two buttons.
in c# Create a Windows application that contains two textboxes and two buttons. The textboxes should be used to allow the user to input two positive numeric values. The buttons sh…
in c# Math.floor may be used to round a number to a specific decimal place. The
in c# Math.floor may be used to round a number to a specific decimal place. The statement y = Math.floor( x * 10 + 0.5 ) / 10; rounds x to the tenths position (i.e., the ?rst posi…
in c# Your algorithm will keep track of a customer’s purchases at the local fire
in c# Your algorithm will keep track of a customer’s purchases at the local fireworks stand. Customers will not know exactly how many items they will purchase, so using a For loop…
in c# \"Create a program named ConferencesDemo for a hotel that hosts business c
in c# "Create a program named ConferencesDemo for a hotel that hosts business conferences. Allows a user to enter data about five Conference objects and then displays them in orde…
in c# how would I do the following please create the following methods: 1. Displ
in c# how would I do the following please create the following methods: 1. DisplayApplicationInformation, which will provide the program user some basic information about the prog…
in c# need help to Modify the design and program to allow for iteration. Increas
in c# need help to Modify the design and program to allow for iteration. Increase the number of guesses to 10 to solve the word. Display the word to the user with each letter as a…
in c# programming use the StreamWriter class, be able to write lines of output t
in c# programming use the StreamWriter class, be able to write lines of output to a text file in order to create a report. Step 1: Requirements – Airline Reservation System Bluebi…
in c#, you are to design the interface for a Sudoku 4x4 game. Click on this link
in c#, you are to design the interface for a Sudoku 4x4 game. Click on this link for the rules of the game. A 4x4 Sudoku contains 4 rows and four columns. It has also four boxes “…
in c++ 1.) Every bank offers a saving account. Derive the class savingAccount fr
in c++ 1.) Every bank offers a saving account. Derive the class savingAccount from the class bankAccount (designed in prelab 8). This class inherits members to store the account n…
in c++ A local apple farmer has asked you to write a program to help him manage
in c++ A local apple farmer has asked you to write a program to help him manage his apple inventory. The farmer needs to keep track o…
in c++ Assuming that a year has 365 days, write a class named DayOfYear that tak
in c++ Assuming that a year has 365 days, write a class named DayOfYear that takes an integer representing a day of the year and translates it to a string consisting of the month …
in c++ Consider a company that needs to sort an array Person data[10] of structu
in c++ Consider a company that needs to sort an array Person data[10] of structures of type Person by name. struct Person { string name; int age; } In real life the Person structu…
in c++ Design a modular program that reads students’ names followed by their tes
in c++ Design a modular program that reads students’ names followed by their test scores. The program should output each student’s name followed by the test scores and the relevan…
in c++ Develop a program that dynamically creates an integer array of size n, wh
in c++ Develop a program that dynamically creates an integer array of size n, where n is an integer that is obtained after prompting the user for the desired array size and then s…
in c++ Exercise 1 For this exercise you are required to write three functions. T
in c++ Exercise 1 For this exercise you are required to write three functions. The function declarations should be as follows 1. vector 8ortVecAscending (vector numbers); 2. void …
in c++ Not java l), LlR 8h the square root button (above the text box) and then
in c++ Not java l), LlR 8h the square root button (above the text box) and then click Switch to Advanced View. Here, you can type equations in Latex format. Remember for ubscripts…
in c++ Question 1: Implement a recursive function that counts the number of occu
in c++ Question 1: Implement a recursive function that counts the number of occurrences of a character in a string. The function declaration must be: Returns the number of occurre…
in c++ Question 3 Write a program that reads the following sentences from a file
in c++ Question 3 Write a program that reads the following sentences from a file: I am Sam Sam I am That Sam I am That Sam I am I do not like that Sam I am Do you like green eggs …
in c++ ROGRAMMING. Write the code for the specified rogram. Use proper style and
in c++ ROGRAMMING. Write the code for the specified rogram. Use proper style and naming. You may omit omments, inclusions, and namespace specifiers. (10 pts) 22) Write a function …
in c++ The following description has been adopted from Deitel & Deitel. One of t
in c++ The following description has been adopted from Deitel & Deitel. One of the most popular games of chance is a dice game called "craps, " which is played in casinos and …
in c++ The roots of the quadratic equation ax 2 + bx + c = 0, a 0 are given by t
in c++ The roots of the quadratic equation ax2 + bx + c = 0, a 0 are given by the following formula: In this formula, the term b2 – 4ac is called the discriminant. If b2 – 4ac = 0…
in c++ What we want to do is to test our ability to write to a text file and lat
in c++ What we want to do is to test our ability to write to a text file and later read from the text file. Suppose we wrote a program like the following: (just the main body) …
in c++ Write a function that calculates how much kinetic energy an object has. T
in c++ Write a function that calculates how much kinetic energy an object has. The formula for kinetic energy is: KE = (1/2) * m * v2 The function must conform to the following: N…
in c++ Write a modular program that analyzes a year\'s worth of rainfall data. I
in c++ Write a modular program that analyzes a year's worth of rainfall data. In addition to main, the program should have a getData function that accepts the total rainfall for e…
in c++ Write a modular program that analyzes a year\'s worth of rainfall data. I
in c++ Write a modular program that analyzes a year's worth of rainfall data. In addition to main, the program should have a getData function that accepts the total rainfall for e…
in c++ Write a program that allows you to read in an English-French dictionary i
in c++ Write a program that allows you to read in an English-French dictionary into an array of structures. The structures should hold an english word and it's french equivalent o…
in c++ Write a program that calculates the average of a group of test scores, wh
in c++ Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It should use the following functions. Void getscore(…
in c++ Write a program that reads a positive odd whole number n and prints a pyr
in c++ Write a program that reads a positive odd whole number n and prints a pyramid where the first row contains all numbers from 1 to n (i.e., ascending order), the second row d…
in c++ Write a program that solves the problem below except that the array of po
in c++ Write a program that solves the problem below except that the array of pointer points to the data array in descending order of age. Consider a company that needs to sort an…
in c++ Write a program to: 1. Declare an integer array a of size 10 2. Assign it
in c++ Write a program to: 1. Declare an integer array a of size 10 2. Assign it values using the following formula: a[i] = i*2+1 Print the contents of array a. 3. Copy all elemen…
in c++ You are to implement a straightforward application of Depth First Search
in c++ You are to implement a straightforward application of Depth First Search (DFS): Find all reachable nodes from a given start node. Input The input should be read from the fi…
in c++ You are to write a C++ program which loads a MadLib from an existing text
in c++ You are to write a C++ program which loads a MadLib from an existing text file. The program must process the input text file, locating specially formatted template fields (…
Subject
Web development and programming
Use Browse or pick another subject.