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

(programming c-string) Specifically you are not allowed to include string, cstdl
(programming c-string) Specifically you are not allowed to include string, cstdlib or math libraries. Also you are not allowed to use any built-in functions of c-strings. bool isS…
(project1.dat) Name ID T1 T2 T3 HW1 HW2 HW3 HW4 PRJ Abdul Rouf b. Ruslan AK02142
(project1.dat) Name         ID                T1 T2 T3 HW1 HW2 HW3 HW4 PRJ Abdul Rouf b. Ruslan    AK021425    47 17 50 10 10 10 10 68 Adila Murni bt.Nordin    AK021432    20 41 4…
(project1.dat) Name ID T1 T2 T3 HW1 HW2 HW3 HW4 PRJ Abdul Rouf b. Ruslan AK02142
(project1.dat) Name         ID                T1 T2 T3 HW1 HW2 HW3 HW4 PRJ Abdul Rouf b. Ruslan    AK021425    47 17 50 10 10 10 10 68 Adila Murni bt.Nordin    AK021432    20 41 4…
(python pls) Write a program that will treat an equation like a stack. It will p
(python pls) Write a program that will treat an equation like a stack. It will pop each character off of the stack to evaluate whether it is an operation, variable, constant or pa…
(python pls)Write a program that will treat an equation like a stack. It will po
(python pls)Write a program that will treat an equation like a stack. It will pop each character off of the stack to evaluate whether it is an operation, variable, constant or par…
(python) Write a program in python that computes the reverse complement of a DNA
(python) Write a program in python that computes the reverse complement of a DNA sequence. In other words, your program should convert all A's to T's, C's to G's, G's to C's, and …
(python3.5.1 )Write a new version of the program that converts an integer into i
(python3.5.1)Write a new version of the program that converts an integer into its English name (found in "int_name.py") to use a dictionary instead of if statements. ##(Int_name,p…
(rationalNumber Class) create a class ratioanlNumber(fractional) with the follow
(rationalNumber Class) create a class ratioanlNumber(fractional) with the following capabilities: a) Create a constructor that prevents a 0 denominator in a fraction, reduces or s…
(reposting because I can\'t read the other answer\'s handwriting) Given a list o
(reposting because I can't read the other answer's handwriting) Given a list of n integers, v1, . . . , vn, the product-sum is the largest sum that can be formed by multiplying ad…
(seems long, but it\'s not, a lot of useless info was added in the instructions)
(seems long, but it's not, a lot of useless info was added in the instructions) Assuming the manager of ClearWater wants to keep the total number of suppliers between 25 and 29. C…
(select all that are right) The best defenses against software liability claims
(select all that are right) The best defenses against software liability claims are: Apply sound software engineering principles during the software's development. Produce and mai…
(statlib.c) Write a statistical library consisting of the seven functions below.
(statlib.c) Write a statistical library consisting of the seven functions below. This library will be used in parts 2 and 3 of the assignment. You may assume that the input to min…
(strings) A character double occurs when the same character occurs twice in a ro
(strings) A character double occurs when the same character occurs twice in a row, such as the "mm" in "programming". Note the character could be a symbol, such as"" or"!!". For e…
(table with the username and encrypted password in the data and The logout scrip
(table with the username and encrypted password in the data and The logout script.) Hello, so I am trying to finish up an assignment that was requiring me to password protect my s…
(the MyInteger class) design a class named MyInteger. the class contains: an int
(the MyInteger class) design a class named MyInteger. the class contains: an int data field named value that stores the int value represented by this object. a constructor that cr…
(the Time class) Design a class named Time. The class contains: -Data fields hou
(the Time class) Design a class named Time. The class contains: -Data fields hour, minute, and second that represent a time. -A no-arg constructor that creates a Time object for t…
(the program is written using arrays. You have to change this program and modify
(the program is written using arrays. You have to change this program and modify the program to use vectors instead of arrays.) Modify the following program so pin1, pin2, and pin…
(this is javascript) Write a class encapsulating the concept of statistics for a
(this is javascript) Write a class encapsulating the concept of statistics for a baseball team, which has the following attributes: a number of players, a list of number of hits f…
(this simulation example is given in the carrano textbook, ch8.5p402) Simulation
(this simulation example is given in the carrano textbook, ch8.5p402) Simulation is a powerful tool for analysing, evaluating and comparing algorithms and different solution for m…
(triangle -printed program) write a programe that prints the following patterns
(triangle -printed program) write a programe that prints the following patterns separatly one beloww the other  use for loops tto generat the patterns, all asterisks (*)should be …
(triangle -printed program) write a programe that prints the following patterns
(triangle -printed program) write a programe that prints the following patterns separatly one beloww the other use for loops tto generat the patterns, all asterisks (*)should be p…
(triangle -printed program) write a programe that prints the following patterns
(triangle -printed program) write a programe that prints the following patterns separatly one beloww the other use for loops tto generat the patterns, all asterisks (*)should be p…
(use Python please )older are two text files: boys.txt and girls.txt. Use these
(use Python please )older are two text files: boys.txt and girls.txt. Use these files to write a program to do the following:Create a dictionary from the boys.txt file that uses t…
(use c++)There is a game called “rock, paper, scissors”. Each of the two players
(use c++)There is a game called “rock, paper, scissors”. Each of the two players will pick one of these three objects without the other knowing player knowing the opponent’s selec…
(using Java) Hello, I need to change this code to use ArrayList insted of Array
(using Java) Hello, I need to change this code to use ArrayList insted of Array code below that I need to change import java.util.Arrays; import java.util.*; import java.lang.*; i…
(using MATLAB) The data on the amount of whats produced at a small hydroplant ar
(using MATLAB) The data on the amount of whats produced at a small hydroplant are recorded 15.09555297 15.51812954 20.35519486 19.12858356 14.15049283 17.52099982 20.4099342 19.80…
(using c++ visual studio) Need to create a class, need help with separating what
(using c++ visual studio) Need to create a class, need help with separating what goes into header, struct with setters and getters, and function. Design and implement a class dayT…
(using java language with netbeans IDE) Write a program that reads a graph from
(using java language with netbeans IDE) Write a program that reads a graph from a file and determines whether the graph is connected. The first line in the file contains a number …
(using java language with netbeans IDE) Write a program that reads a graph from
(using java language with netbeans IDE) Write a program that reads a graph from a file and determines whether the graph is connected. The first line in the file contains a number …
(using java) Write a class named ParkingMeter containing: An instance variable n
(using java) Write a class named ParkingMeter containing: An instance variable named timeLeft of type int, initialized to 0. A method named add that accepts an integer parameter. …
(using python 2.7) Write a function exercise29(filename, IP) to transfer a file
(using python 2.7) Write a function exercise29(filename, IP) to transfer a file to another computer. Inputs: filename: a string indicating the path of the file to be transmitted. …
(using python) You have been asked to write a username validation program for a
(using python) You have been asked to write a username validation program for a small website. The website has specific rules on what constitutes a valid username, including: All …
(using the GregorianCalendar class) JavaAPI has the GregorianCalendar class in t
(using the GregorianCalendar class) JavaAPI has the GregorianCalendar class in thejava.util package that can be used toobtain the year, month, and day of a date. The no-arg constr…
(weight: 30%) Programming: Write a function that tests whether a binary tree is
(weight: 30%) Programming: Write a function that tests whether a binary tree is a binary search tree. 4. Note: in a binary search tree, for each node, the values of all nodes in t…
(without using java stack library HAVE TO MAKE OWN STACK)You are to write a Java
(without using java stack library 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 an…
(working on java, please help)The goal for this programming project is to create
(working on java, please help)The goal for this programming project is to create a simple 2D predator-prey simulations. In this simulation the prey are ants and predators are dood…
(write in C++ language) A rational number is of the form a/b where a and b are i
(write in C++ language) A rational number is of the form a/b where a and b are integers with b not equal to zero. Develop a class for processing rational numbers. The class should…
(write your response or idea about this article) very brief use your own words.
(write your response or idea about this article) very brief use your own words. What Is a Data Warehouse? In simple terms, a data warehouse (DW) is a pool o f data produced to sup…
(written in C) OS Purpose: The programming portion of this assignment covers exe
(written in C) OS    Purpose: The programming portion of this assignment covers exec. Build a minishell. Start with a copy of /net/326/minishell.c. This contains code that parses …
(wrtie a C++ )Jason opened a coffee shop at the beach and sells coffee in three
(wrtie a C++ )Jason opened a coffee shop at the beach and sells coffee in three sizes: small (9oz), medium (12oz), and large (15oz). The cost of one small cup is $1.75, one medium…
(you can ignore the questions for thought IF YOU HAVE TO) 2.1 Write a function i
(you can ignore the questions for thought IF YOU HAVE TO) 2.1 Write a function in c++ that can/will calculate factorial of numbers. This factorial function should accept an intege…
) (10 pts) a) What is T2.? Using the diagram below, b) esplain how TLB hit and T
) (10 pts) a) What is T2.? Using the diagram below, b) esplain how TLB hit and TLB miss occur in the systurm and e) explain what operating system does if THL mis oueurs in the sys…
) 1. Consider the following initial value problem. Perform each of the following
) 1. Consider the following initial value problem. Perform each of the following tasks (a) Without solving the problem, determine the interval of existence. Draw a number line, pl…
) 8. A marketing plan software takes salesperson\'s target group in terms of inc
) 8. A marketing plan software takes salesperson's target group in terms of income, hous value, and zip code, the software search intemal patron database and returns all nam and a…
) A new club opened up and they have three programs. Write ONLY ONE long logical
)      A new club opened up and they have three programs.  Write ONLY ONE long logical statement in c++ to cover all these conditions using and, or, and not conditions with the ne…
) A prime number is a positive integer divisible only by itself and 1. A number
) A prime number is a positive integer divisible only by itself and 1. A number which is not prime is composite. For example, 2, 3, and 5 are prime, but 4 and 6 are composite. A p…
) Answer the following (Function Overloading): [1 marks] 1) Write and test a C++
) Answer the following (Function Overloading): [1 marks] 1) Write and test a C++ function (getArea()) that has three double parameters: a, b, and c that represent the sides of a t…
) Assume that the following pseudocode is executed in a program: Module main Dec
) Assume that the following pseudocode is executed in a program: Module main Declare x = 0 Declare sum = 0 Declare max = 4 While (x < max) Display "x is ", x Set x = x + 1 Set …
) Book data type. Write a data type Book.java that implements a Book with a titl
) Book data type. Write a data type Book.java that implements a Book with a title, program, and condition (new or used). Include an equals() method. a) Output sort by title and in…
) Code the following class. Hopefully the method names clearly imply the specifi
) Code the following class. Hopefully the method names clearly imply the specific purpose of each. Note that – indicates private and + is public   (Rectangle)          - xCoordina…