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

Web development and programming

191828 questions • Page 46 / 3837

(C PROGRAMMING) Recall Binary Search: Input: a list of n sorted integer values a
(C PROGRAMMING) Recall Binary Search: Input: a list of n sorted integer values and a target value Output: True if target value exists in list and location of target value, false o…
(C Program Only, Please not C++) Using Characters and Strings. Write a simple pr
(C Program Only, Please not C++) Using Characters and Strings. Write a simple program to encrypt a text string using a look-up table or simple algorithm. For instance, the text st…
(C Program only! not C++) Write the code segments as indicated: 1.) Declare a mu
(C Program only! not C++) Write the code segments as indicated: 1.) Declare a multidimensional array of floating point numbers called balances having three rows and five columns. …
(C Programming language, not C++) Companies and people often buy and sell stocks
(C Programming language, not C++) Companies and people often buy and sell stocks. Often they buy the same stock for different prices at different times. Say one owns 1000 shares a…
(C Programming) Use The Attached Code and add in code that makes the program sav
(C Programming) Use The Attached Code and add in code that makes the program save and load from a binary file. Do not forget to free up memory! #include <stdio.h> #include &…
(C language) (1)How do we generally decide on functions that we need to design f
(C language) (1)How do we generally decide on functions that we need to design for our programs? Explain in your own words? I know what it means but how should I explain?Any ideas…
(C language) CS 100 Project Three – Fall 2018 Project Overview: In this project,
(C language) CS 100 Project Three – Fall 2018 Project Overview: In this project, you will use your knowledge of arrays and functions to write a program to format and print a parag…
(C language) Can I please get help on this program? It\'s a followup to two prog
(C language) Can I please get help on this program? It's a followup to two programs I already have. Please ensure it compiles without errors using the gcc compiler, thank you, I r…
(C language) Please help with this question. It\'s asking just to fill out the f
(C language) Please help with this question. It's asking just to fill out the functions for the main .c file. HEADER FILE: .C FILE ; . Storing and maintaining a linked list. (12 m…
(C only using basic loops and file manipulation) 3.Write a function called “conv
(C only using basic loops and file manipulation) 3.Write a function called “convolution” which takes two arrays as arguments, calculates their discrete convolution and prints out …
(C program) Create a struct to store the employee number, name, department, and
(C program) Create a struct to store the employee number, name, department, and salary. Create an array of employee structures and fill it with three sample employees. Then, write…
(C programing) 2. Write a program that populates an array with 20 random integer
(C programing) 2. Write a program that populates an array with 20 random integers between 1 - 100. The program must traverse through the array and determine how many times each in…
(C programing) Need hep for my lab peoblem. (a) Write a program that reverses st
(C programing) Need hep for my lab peoblem. (a) Write a program that reverses strings You need to define a function called string_reverse () that accepts a string as an argument a…
(C programing) looking for slution. Write a program that tests the following fun
(C programing) looking for slution. Write a program that tests the following functions. Yes, you must implement the below functions without using any <string.h> library func…
(C programming) What is the purpose of this program? #include void mys
(C programming) What is the purpose of this program? #include <stdio.h> void mystery1 (char *, const char *); /* prototype */ int main(void) { char string1[80], string2[80];…
(C# Programming)Create a lottery game application. 1.Generate four random number
(C# Programming)Create a lottery game application. 1.Generate four random numbers, each between 1 and 10.(Make sure they are displayed for user to see) 2.Allow the user to guess f…
(C) 1.Why would you choose to write a function that computes a single numeric or
(C) 1.Why would you choose to write a function that computes a single numeric or character value as a non void function that returns a result through a return statement rather tha…
(C) I need help for this question. Please advise what goes in each function and
(C) I need help for this question. Please advise what goes in each function and try to keep it as simple as possible, thank you. 4. Command Line Aguments (4 marks) a data without …
(C) Implement a program in C that uses Prim\'s algorithm to produce a random MST
(C) Implement a program in C that uses Prim's algorithm to produce a random MST (random weights applied to the edges each time, user inputs a perfect square number e.g.: 9 [which …
(C++ ) I\'m making a DietList with 7 DietNodes. I chose to do this in the DietLi
(C++ ) I'm making a DietList with 7 DietNodes. I chose to do this in the DietLists constructor (filling with necessary data later). However, in the debugger it seems pHead = pTail…
(C++ , program needs properly indented) Write a program which performs the follo
(C++ , program needs properly indented) Write a program which performs the following tasks in the order described below: Asks the user to enter his/her name AND validates it (name…
(C++ ASAP) I doneed your help for C++ program!! This is modifying the code. I th
(C++ ASAP) I doneed your help for C++ program!! This is modifying the code. I think my code is getting close, but I am really struggling.. SO I need your help! (Read carefully the…
(C++ Data Structure) Having problems with ths code (Error: Use of class template
(C++ Data Structure) Having problems with ths code (Error: Use of class template 'LinkedStack' requires template arguments) , I'm supposed to write a pseudocode function that uses…
(C++ Intro to Programming 2). Any help would be much appreciated. I think I got
(C++ Intro to Programming 2). Any help would be much appreciated. I think I got the first part right but I'm not sure and I also was wondering how to do the second part. Thank you…
(C++ Intro to Programming 2). If someone would be able to help me with this it w
(C++ Intro to Programming 2). If someone would be able to help me with this it would be greatly appreciated! Thank you! //---------------------------------------------------------…
(C++ Language please) Write a program to store a binary tree in an array. The tr
(C++ Language please) Write a program to store a binary tree in an array. The tree may be full, complete, or neither full nor complete. Define a class, TreeBag, to handle operatio…
(C++ Language) Write a program for keeping a course list for each student in a c
(C++ Language) Write a program for keeping a course list for each student in a college. The information about each student should be kept in an object that contains the student's …
(C++ Language, Class files) Write a program for keeping a course list for each s
(C++ Language, Class files) Write a program for keeping a course list for each student in a college. The information about each student should be kept in an object that contains t…
(C++ ONLY!!! and please write this program with vector!!!!!) Write a program tha
(C++ ONLY!!! and please write this program with vector!!!!!) Write a program that allows the user to type in any one-line question and then answers that question. You should read …
(C++ ONLY!!! and please write this program with vector!!!!!) Write a program tha
(C++ ONLY!!! and please write this program with vector!!!!!) Write a program that allows the user to type in any one-line question and then answers that question. You should read …
(C++ PROJECT )Course Grades In a course, a teacher gives the following tests and
(C++ PROJECT )Course Grades In a course, a teacher gives the following tests and assignments: * A lab activity that is observed by the teacher and assigned a numeric score. * A pa…
(C++ Phishing Scanner) Phishing is a form of identity theft in which, in an e-ma
(C++ Phishing Scanner) Phishing is a form of identity theft in which, in an e-mail, a sender pos- ing as a trustworthy source attempts to acquire private information, such as your…
(C++ Please help) Currently using visual studio, and my program will not work Pr
(C++ Please help) Currently using visual studio, and my program will not work Program Specification You are to create a student record program. It should track a student's ID numb…
(C++ Program) Corporate Sales A corporation has six divisions, each responsible
(C++ Program) Corporate Sales A corporation has six divisions, each responsible for sales to different geographic locations. Design a DivSales class that keeps sales data for a di…
(C++ Program) Corporate Sales A corporation has six divisions, each responsible
(C++ Program) Corporate Sales A corporation has six divisions, each responsible for sales to different geographic locations. Design a DivSales class that keeps sales data for a di…
(C++ Program) You are to write a program which is going to use inheritance. It s
(C++ Program) You are to write a program which is going to use inheritance. It should start off with the base classes Account: contains the string name, int accountnumber, double …
(C++ Programming) Write a program that will take in a unsigned short integer and
(C++ Programming) Write a program that will take in a unsigned short integer and then swap the contents of the upper eight bits with the lower eight bits. After it has done this, …
(C++ Programming) You are given a file consisting of students’ names in the foll
(C++ Programming) You are given a file consisting of students’ names in the following form: lastName, firstName middleName. (Note that some students may not have a middle name.) W…
(C++ Project ONLY) In a course, a teacher gives the following tests and assignme
(C++ Project ONLY) In a course, a teacher gives the following tests and assignments: • A lab activity that is observed by the teacher and assigned a numeric score. • A pass/fail e…
(C++ coding) This assignment is to give you practice using enums, string variabl
(C++ coding) This assignment is to give you practice using enums, string variables, and string functions. In order to get full credit for the program you must use these three topi…
(C++ concept on local variable) On page 14 of the “Pointers and Memory” handout
(C++ concept on local variable) On page 14 of the “Pointers and Memory” handout there is a reference to the “Amperand (&)” Bug in the TAB() function. Draw a trace of the local…
(C++ language Data Structure class) Rational fractions are of the form a / b, wh
(C++ language Data Structure class) Rational fractions are of the form a / b, where a and b are integers and b 6¼ 0. In this exercise, by ‘‘fractions’’ we mean rational fractions.…
(C++ microsoft visual studio) a) The factorial function n! is defined by n!=1?2?
(C++ microsoft visual studio) a) The factorial function n! is defined by n!=1?2?…?n for positive integer values of n>=1. Implement a functions computes n! b) The number e is gi…
(C++ only) Do not use any pointers or class please! Need code revision. So, this
(C++ only) Do not use any pointers or class please! Need code revision. So, this code is the game called Connected4. "The general purpose of Connect-4 is to be the first person to…
(C++ only) Write a file encryption program. First the user will be prompted for
(C++ only) Write a file encryption program. First the user will be prompted for a key string and the name of an input file and an output file. Then the user will be asked if they …
(C++ please) please help me with questions 3 and 4. if possible plz screen shot
(C++ please) please help me with questions 3 and 4. if possible plz screen shot the outputs of each part 3. Enter elevator.cpp and perform the following operations: a) Examine the…
(C++ please) please help me with questions 3 and 4. if possible plz screen shot
(C++ please) please help me with questions 3 and 4. if possible plz screen shot the outputs of each part 3. Enter elevator.cpp and perform the following operations: a) Examine the…
(C++ program) Design a class for a sales person that has the following members v
(C++ program) Design a class for a sales person that has the following members variable: --EID: To holds the sales person’s employment ID --Firstname: To holds the sales person’s …
(C++ program) Design a class for a sales person that has the following members v
(C++ program) Design a class for a sales person that has the following members variable: --EID: To holds the sales person’s employment ID --Firstname: To holds the sales person’s …
(C++ program)code jason opened a coffe shop at the beach and sells coffe in thre
(C++ program)code jason opened a coffe shop at the beach and sells coffe in three sizes:small(9oz),medium (12oz),and large (15oz).the cost of one small cup is $1.75,one medium cup…