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 67 / 3837

(Using Android Studio)Suppose you are designing a login activity for your androi
(Using Android Studio)Suppose you are designing a login activity for your android app. The android app has two activity (LoginActiviy, NewActivity). Write only the Java Code here …
(Using C Programming Language) Write a function that will take an integer array
(Using C Programming Language) Write a function that will take an integer array and its size as inputs. This function shall separate the odd and even integers from the original ar…
(Using C++ Codes) Exercise #1: Grades Distribution Write a program that prompts
(Using C++ Codes) Exercise #1: Grades Distribution Write a program that prompts the user to enter grades of TEN students. The program then distributes the grades in different rang…
(Using C++ Codes) Exercise #3: Some operations on Strings Write a program that u
(Using C++ Codes) Exercise #3: Some operations on Strings Write a program that uses a C-string (character array) to store a string entered from the keyboard. The program will then…
(Using C++ The code is written, but isn\'t giving the correct output and i have
(Using C++ The code is written, but isn't giving the correct output and i have no idea why. The code is found after the question and data file) The concrete manufacturer has expan…
(Using C++ codes) Exercise #2: Mean and Standard Deviation Write a program that
(Using C++ codes) Exercise #2: Mean and Standard Deviation Write a program that prompts the user to enter integer values for the array of size N (in this case N is 6). The program…
(Using C++) A company communicates with the world using Internet The company wan
(Using C++) A company communicates with the world using Internet The company wants data to be transmitted securely in the form of 4-digit integers. Write a program for the company…
(Using C++) A program will repeatedly ask the user to input a value to rotate a
(Using C++) A program will repeatedly ask the user to input a value to rotate a mechanical arm by a certain angle (in degrees). This angle must be between -360 and 360 to avoid ex…
(Using C++) Problem 4: Happy numbers Problem 4: Happy numbers Write a program th
(Using C++) Problem 4: Happy numbers Problem 4: Happy numbers Write a program that prompts the user to input a positive integer number and check whether it is a happy number. A nu…
(Using C++) This program should contain seperate header files and cpp files for
(Using C++) This program should contain seperate header files and cpp files for each of the following: Appliances, dish washer, over and refrigerator. The lab problem: An applianc…
(Using C++) Write a C++ program to manage a parking lot. Includes all the follow
(Using C++) Write a C++ program to manage a parking lot. Includes all the following files: A. The code and the files necessary to compile and test the project. B. Test Plan: Showi…
(Using C++) Write a program that allows the user to enter the last names of five
(Using C++) Write a program that allows the user to enter the last names of five candidates in a local election and the number of votes received by each candidate. The program sho…
(Using C++): Write the implementation file of the following interface file for a
(Using C++): Write the implementation file of the following interface file for a Linked List template declared as a Node class template. //This is the header file which contains t…
(Using C++)The type Point is a fairly simple data type, but under another name (
(Using C++)The type Point is a fairly simple data type, but under another name (the template class pair) this data type is defined and used in the C++ Standard Template Library, a…
(Using Java Eclipse I have the textfile input .java already, I try to do it but
(Using Java Eclipse I have the textfile input .java already, I try to do it but i get stuck) Use linked lists to store the unsorted and sorted Words (there should be no arrays) Cr…
(Using Java language and specifically JavaFX ONLY no swing or jpanel, netbeans I
(Using Java language and specifically JavaFX ONLY no swing or jpanel, netbeans IDE) My Photos create a photo album application. Your application will load a collection of images a…
(Using Java language and specifically JavaFX ONLY no swing or jpanel, netbeans I
(Using Java language and specifically JavaFX ONLY no swing or jpanel, netbeans IDE, REPOST - someone answered the question however the code was incorrect or just flat didnt work w…
(Using Java language and specifically JavaFX ONLY no swing or jpanel, netbeans I
(Using Java language and specifically JavaFX ONLY no swing or jpanel, netbeans IDE, REPOST - so this was responded to with correct code but i didnt understand it very well can som…
(Using Microsoft Visual C++ 2010 Express) This assignment will focus on the use
(Using Microsoft Visual C++ 2010 Express) This assignment will focus on the use of C control structures, functions and the passing of parameters. You are to construct a C program,…
(Using Microsoft Visual C++ 2010 Express) Your assignment is to decode a secret
(Using Microsoft Visual C++ 2010 Express) Your assignment is to decode a secret message. The message will be 26 characters in length, and will be given to you as a series of numbe…
(Using OPENGL - simple graphics - C++) 1. The task for this project is simple, c
(Using OPENGL - simple graphics - C++) 1. The task for this project is simple, create a working Tic-Tac-Toe game. 2. There should be a two player mode, players take turns placing …
(Using OPENGL - simple graphics - C++) OBJECT ORIENTED PROGRAMMING 1. The task f
(Using OPENGL - simple graphics - C++) OBJECT ORIENTED PROGRAMMING 1. The task for this project is simple, create a working Tic-Tac-Toe game. 2. There should be a two player mode,…
(Using Python) ******show all your codes and test it You have been hired by a sm
(Using Python) ******show all your codes and test it You have been hired by a small software company to create a "thesaurus" program that replaces words with their synonyms. The c…
(Using Python) A prime number is a number that is not evenly divisible by any ot
(Using Python) A prime number is a number that is not evenly divisible by any other number (except, trivially, 1). All known methods of determining whether a number is a prime num…
(Using Python) Coach Kyle has some top athletes who have the potential to qualit
(Using Python) Coach Kyle has some top athletes who have the potential to quality for Olympics. They have been training very had for the 5000 and 10000 meters running competition.…
(Using Python) You are tasked with creating a dictionary program that replaces w
(Using Python) You are tasked with creating a dictionary program that replaces words with synonyms! You are provided with a thesaurus that accepts one key, and has a list of possi…
(Using Python)******show all your codes and test it Your company realizes that t
(Using Python)******show all your codes and test it Your company realizes that they probably need more than one synonym for each word, so they updated your thesaurus accordingly: …
(Using Python)Part 1b The company you are working for was very happy with your u
(Using Python)Part 1b The company you are working for was very happy with your username validator, and now they want you to write a password validator for their website. Here are …
(Using Python)Part 2a Numerology is the \"study of the purported mystical or spe
(Using Python)Part 2a Numerology is the "study of the purported mystical or special relationship between a number and observed or perceived events." It has been used throughout hu…
(Using inheritance and super reference:) Consider the class Car and the subclass
(Using inheritance and super reference:) Consider the class Car and the subclass SportsCar. Car has instance data of currentSpeed, type, year, cost, model, color and methods of ac…
(Using python) you can create a list yourself e.g.[2,3,4,7,8,97,96,45] The media
(Using python) you can create a list yourself e.g.[2,3,4,7,8,97,96,45] The median value Calculate the media value - the middle value: sort the grades in ascending order. if the # …
(Using sql developer )Query Formulation Part 1 Problems (25%) 1. List the city,
(Using sql developer )Query Formulation Part 1 Problems (25%) 1. List the city, state, and zip codes in the customer table. Your output should not have duplicates. (5 points) 2. L…
(Using the FlowLayout manager) Write a program that meets the following requirem
(Using the FlowLayout manager) Write a program that meets the following requirements (see picture):   1. Create a frame and set its layout to FlowLayout.   2. Create two panels an…
(Using the programming language Scheme) - Define a procedure remove-last that re
(Using the programming language Scheme) - Define a procedure remove-last that removes the last top-level occurrence of a given element item in a list Is. Test your procedure on: ;…
(VHDL MODELSIM) Runing the code below in ModelSim gives the error below. Not sur
(VHDL MODELSIM) Runing the code below in ModelSim gives the error below. Not sure what the problem is or how to fix it any suggestions would really help. ERROR MESSAGE: lasses ECE…
(Video Store Program) In the Programming Excerise 14 in Chapter 5, you were aske
(Video Store Program) In the Programming Excerise 14 in Chapter 5, you were asked to design and implament a class to maintain customer data in a linked list. Because the search on…
(Video Store Program) Using classes to implement the video data, video list data
(Video Store Program) Using classes to implement the video data, video list data, customer data, and customer list data, as designed in this chapter and in Programming Exercises 1…
(Visual Basic 2008 Web applications) The following code does this : (Printing Da
(Visual Basic 2008 Web applications) The following code does this : (Printing Dates and various formats) Dates are printed in several common formats. Write a script that reads a d…
(Visual Studio 2008) write a c++ program that has a class called Numbers that ca
(Visual Studio 2008) write a c++ program that has a class called Numbers that can be used to translate whole dollar amounts in the range of 0 through 9999 into English description…
(Visual Studio, C++ We did not yet learn about functions and input/output from/t
(Visual Studio, C++ We did not yet learn about functions and input/output from/to a file on disk. So please ignore the following two requirements for this assignment: 1.Each featu…
(WITHOUT USING JAVA STACK***** HAVE TO MAKE OWN STACK!!!!) (WITHOUT USING JAVA S
(WITHOUT USING JAVA STACK***** HAVE TO MAKE OWN STACK!!!!) (WITHOUT USING JAVA STACK***** HAVE TO MAKE OWN STACK!!!!) You are to write a Java program that allows the user to type …
(WITHOUT USING JAVA STACK***** HAVE TO MAKE OWN STACK!!!!) You are to write a Ja
(WITHOUT USING JAVA STACK***** HAVE TO MAKE OWN STACK!!!!) You are to write a Java program that allows the user to type in a mathematical formula at the keyboard and produces the …
(WRITE IN PYTHON) For this program you will be writing a program that will use i
(WRITE IN PYTHON) For this program you will be writing a program that will use if-else or if-elif-else statements. Read-It-All bookstore has a book sales club where customers can …
(Week 10) part c and d please The first step in designing a relational database
(Week 10) part c and d please The first step in designing a relational database is to define its fields by specifying a field name and a data type. Integer, date, and data types a…
(When you write the solution, you can only use you are only using Stack ADT to s
(When you write the solution, you can only use you are only using Stack ADT to solve the problems, which is Pop and push, if you see it necessary isEmpty, top, do not use append a…
(Word Histogram): Design and implement an application that creates a histogram t
(Word Histogram): Design and implement an application that creates a histogram that allows you to visually inspect the frequency distribution of a set of word in a given file. The…
(Write C only, not C++) Write a C program that generates a floating-point array
(Write C only, not C++) Write a C program that generates a floating-point array with 8 elements. The array elements will be initialized with the following initializer list: {2.6, …
(Write a C only, not C++) Write a C program that creates an integer array with M
(Write a C only, not C++) Write a C program that creates an integer array with M elements (M is read from the user). The array elements should be generated from the following equa…
(Write a C++ program ) that declares a struct to store the data of a football pl
(Write a C++ program )that declares a struct to store the data of a football player (player’s name, player’s position, number of touchdowns, number of catches, number of passing y…
(Write a C++ program) that reads a set of data records, each of which contains v
(Write a C++ program) that reads a set of data records, each of which contains values for house id number, initial house cost, annual fuel cost, and tax rate. Calculate the total …