Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse All

Alphabetical listing with fast deep pagination.
1197283 items • Page 23846 / 23946

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
write a C program that first initializes the clock speed at 4 MHz. You should th
write a C program that first initializes the clock speed at 4 MHz. You should then have LED1 and LED2 alternate blinking on and off at a rate of 1 Hz (0.5 seconds on, 0.5 seconds …
write a C program that manages students’ records. A student can be described by
write a C program that manages students’ records. A student can be described by the following fields: Student ID Student last name Student last name Grade Major You need to use hi…
write a C program that plays a number guessing game with the user. A sample run
write a C program that plays a number guessing game with the user. A sample run for the game follows. User input is shown in [ ] in the sample run. (only if else, for while loops …
write a C program that randomly generates, conducts, and scores a simple arithme
write a C program that randomly generates, conducts, and scores a simple arithmetic quiz based on certain user parameters. The arithmetic quiz will ask questions dealing with simp…
write a C program that will accept input of two positive decimal integer values
write a C program that will accept input of two positive decimal integer values and output the prime factorizations of the input values. A sample run is below. User input is in [ …
write a C program that will evaluate an infix expression and it should finished
write a C program that will evaluate an infix expression and it should finished by using the follow example code. The algorithm REQUIRED for this program will use two stacks, an o…
write a C program that: As a simple first exercise with structs, we will create
write a C program that: As a simple first exercise with structs, we will create a program that adds two distances, where the distances are defined in terms of feet and inches. Def…
write a C program that: Use the solderless breadboard to wire up one LED (red or
write a C program that: Use the solderless breadboard to wire up one LED (red or green, your choice) to pin 5. Include a current limiting resistor and the ground connection. Write…
write a C program that: Use the solderless breadboard to wire up one red LED and
write a C program that: Use the solderless breadboard to wire up one red LED and one green LED to pins 5 and 6. Include current limiting resistors in series with the LEDs and don'…
write a C program that: We have seen that a struct can contain all the familiar
write a C program that: We have seen that a struct can contain all the familiar variables - char, int, double. It can also contain arrays, strings (which are arrays of characters)…
write a C program to find the kinetic energy on an object in motion is expressed
write a C program to find the kinetic energy on an object in motion is expressed as where K = kinetic energy of an object, m = mass of object, v = velocity of object. The work don…
write a C program to perform simple C arithmetic calculations. The user is to en
write a C program to perform simple C arithmetic calculations. The user is to enter a simple expression (integer operator integer) such as 15 + 30 The program is to extract the 2 …
write a C program to transform a given picture into an up-side-down picture by p
write a C program to transform a given picture into an up-side-down picture by pseudo-code:
write a C program with a.out file. you can email me. there\'s a check file I can
write a C program with a.out file. you can email me. there's a check file I can email it to you that you can use to check the program is right... Option 1: Print the author's info…
write a C programming that can run like this to find the rainfall data of 6 week
write a C programming that can run like this to find the rainfall data of 6 weeks with the data inported from a text file. do not use array. Notice that it's possible for the resu…
write a C# WPF application called HelloYourName that includes a label, textbox,
write a C# WPF application called HelloYourName that includes a label, textbox, and button using System; using System.Collections.Generic; using System.Linq; using System.Text; us…
write a C# program that produces a multiplication table. Allow the user to input
write a C# program that produces a multiplication table. Allow the user to input the first and last base values for the multiplication table. Display a column in the table beginni…
write a C# program that produces a multiplication table. Allow the user to input
write a C# program that produces a multiplication table. Allow the user to input the first and last base values for the multiplication table. Display a column in the table beginni…
write a C# program that prompts for 3 positive integer inputs and then check (a)
write a C# program that prompts for 3 positive integer inputs and then check (a) if these 3 form a triangle, (b) if they form a triangle, what kind of triangle is that: right angl…
write a C# program that prompts for 3 positive integer inputs and then check (a)
write a C# program that prompts for 3 positive integer inputs and then check (a) if these 3 form a triangle, (b) if they form a triangle, what kind of triangle is that: right angl…
write a C# program to display the customer number and name in a data grid. Forma
write a C# program to display the customer number and name in a data grid. Format the grid control so that it is professionally aesthetically appealing. Allow the user to add reco…
write a C++ Program in which you will have to write a class ‘Pakistani Citizens’
write a C++ Program in which you will have to write a class ‘Pakistani Citizens’ which has five data members “name, age, CNIC No, province, and domicile” and two data functions ge…
write a C++ application called calcMortgage for ABC Bank. The goal of this progr
write a C++ application called calcMortgage for ABC Bank. The goal of this program is to determine a monthly mortgage payment. calculating morgage as follows M = P [ i(1 + i)^n ] …
write a C++ code to solve the program. Problem: Two players including formal pla
write a C++ code to solve the program. Problem: Two players including formal playerand backup and backup player are based on a base player. you have to record and keep track of sc…
write a C++ loop Program The CPlusPlus & LandMinusMinus company needs you to wri
write a C++ loop Program The CPlusPlus & LandMinusMinus company needs you to write a program which will produce a report, in both numbers and chart form, showing how their thr…
write a C++ loop Program The CPlusPlus & LandMinusMinus company needs you to wri
write a C++ loop Program The CPlusPlus & LandMinusMinus company needs you to write a program which will produce a report, in both numbers and chart form, showing how their thr…
write a C++ prgram for a game called \"Three Strikes and You Are Out\". Three St
write a C++ prgram for a game called "Three Strikes and You Are Out". Three Strikes is a popular game played for winning a car. There are five chips, each with one of the digits o…
write a C++ program (in classes) that takes the numbers 38, 5, 2, 70, 39, 14, 27
write a C++ program (in classes) that takes the numbers 38, 5, 2, 70, 39, 14, 27, 3, and 100 and does the following: asks the user to select the preferred data structure (array or…
write a C++ program (in classes) that takes the numbers 38, 5, 2, 70, 39, 14, 27
write a C++ program (in classes) that takes the numbers 38, 5, 2, 70, 39, 14, 27, 3, and 100 and does the following: asks the user to select the preferred the data structure (link…
write a C++ program AND PSEDO CODE to calculate the area under a curve f(x) = 5x
write a C++ program AND PSEDO CODE to calculate the area under a curve f(x) = 5x3 + 7x2 – 3x + 4 for a <= x <= b where a and b are greater than or equal to 0. You input the …
write a C++ program code to check whether the word is palindrome or not.A palind
write a C++ program code to check whether the word is palindrome or not.A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or fo…
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for the following A palindrome is any word or phrase which r
write a C++ program for the following A palindrome is any word or phrase which reads the same backwards as it does forward. For instance the word Bob is a palindrome. Napoleon is …
write a C++ program for the following For this exercise you will read in student
write a C++ program for the following For this exercise you will read in student names and test scores into two arrays: an array of strings for the names and an array of integers …
write a C++ program that calculates the area of a rectangular shaped wall and th
write a C++ program that calculates the area of a rectangular shaped wall and then calculates the required cost to paint that wall. It costs $50 per unit area to paint. write a C+…
write a C++ program that can make change . Your program should take two numbers
write a C++ program that can make change . Your program should take two numbers as input , one that is a monetary amount chargedand the other that is a monetary amount given. It s…
write a C++ program that creates a two dimensional array to save the week days.
write a C++ program that creates a two dimensional array to save the week days. Then ask the user to enter a number between 0 and 6. The program should print the corresponding day…
write a C++ program that inputs a series of hourly temperatures from a file, and
write a C++ program that inputs a series of hourly temperatures from a file, and you will create your own input data file with necessary data for your test cases. That is, your da…
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that reads an input file of text and builds a concordance of
write a C++ program that reads an input file of text and builds a concordance of the words in the file. The program will also report the number of distinct words in the file. Also…
write a C++ program that reads an input file of text and builds a concordance of
write a C++ program that reads an input file of text and builds a concordance of the words in the file. The program will also report the number of distinct words in the file. Also…
write a C++ program that reads an input file of text and builds a concordance of
write a C++ program that reads an input file of text and builds a concordance of the words in the file. The program will also report the number of distinct words in the file. Also…
write a C++ program that reads an input file of text and builds a concordance of
write a C++ program that reads an input file of text and builds a concordance of the words in the file. The program will also report the number of distinct words in the file. Also…
write a C++ program that reads an input file of text and builds a concordance of
write a C++ program that reads an input file of text and builds a concordance of the words in the file. The program will also report the number of distinct words in the file. Also…