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

i have the following code that is suppose to read the input from a txt file and
i have the following code that is suppose to read the input from a txt file and loads the data into the member variables the problem i am having is when compiling i keep getting e…
i have the forms done i am a little confused on how my code is supposed to look
i have the forms done i am a little confused on how my code is supposed to look for the final project. the code i am writing doesnt work. A battle is raging over the comparative t…
i have the program, i just need to evaluate and be able to cout the result somew
i have the program, i just need to evaluate and be able to cout the result someway . Can some one please help out real quick? thanks! #include <iostream> #include <stack&…
i have these few qestions about java programming, please help, Thank you so much
i have these few qestions about java programming, please help, Thank you so much! 1) classes can be created from other classes by using..........? a)encapsulation, b)polymorphism …
i have this c++ program but i need help with a few functions. Can someone fill i
i have this c++ program but i need help with a few functions. Can someone fill in the move and attack functions for each ship. Thanks you #include <iostream> #include <st…
i have this code .. but i want to build a java swing gui .. whichwill have a tex
i have this code .. but i want to build a java swing gui .. whichwill have a text box to input the password string and a gui spaceto display the output information i am new to jav…
i have this code but it\'s not working can you help me fix and a include a strin
i have this code but it's not working can you help me fix and a include a string on top? thank you and explain why it wasnt working // Applet that displays a simple logo on the sc…
i have this code in finite element method to find basis but i have some errores
i have this code in finite element method to find basis but i have some errores and the plot is missing,could you please fix it for me? clear; syms x; %Creates x as a variable f =…
i have this function in vrilog: module fun1(x1,x2,x3,x5,x6,u); input x1,x2,x3,x5
i have this function in vrilog: module fun1(x1,x2,x3,x5,x6,u); input x1,x2,x3,x5,x6; output [3:0]u; wire b1,b2,b3,c1,c2,c3; add2 bite0 (1,x5,0,b1,c1); add2 bite1 (0,x6,c1,b2,b3); …
i have those questions need to be answered. Describe the greenhouse effect using
i have those questions need to be answered. Describe the greenhouse effect using physics terminology and concepts. Describe how the greenhouse effect is relevant for planet earth …
i have to create internet news archive by using python with a GUI. have i docume
i have to create internet news archive by using python with a GUI. have i document with downloaded news from WSJ online regularly updated source. Under the user’s control, it extr…
i have to do a recursive search for java that searches all directories and uses
i have to do a recursive search for java that searches all directories and uses a try and catch statement. this is what i have but i need serious help. output consist of ist of al…
i have to enter a string with the mathematical function \"2/3+3/8*3/9\" I need t
i have to enter a string with the mathematical function "2/3+3/8*3/9" I need to make a split using the "/" character, so that iI can take the numerator and denominators into new s…
i have to figure out the formula with a structured reference to calculate the pe
i have to figure out the formula with a structured reference to calculate the percentage of the list price. i try =f2/e2 what am i doing wrong. Formating- Table Alignment Number S…
i have to find the area of a rectangle. any help? Here is what i have so far //I
i have to find the area of a rectangle. any help? Here is what i have so far //Include the heading comments // Rectangle Area - Complete the Program #include <iostream> usin…
i have to follow the promt above and create a code that follows its guidelines.
i have to follow the promt above and create a code that follows its guidelines. it must by in c and work with the arduino. 2. Whac-An-LED Name your program file lab6p2 Write a pro…
i have to follow to prompt to make the code required above. it needs to be in c
i have to follow to prompt to make the code required above. it needs to be in c and work with the arduino 1. Encoding Switches a. The name of this program will be lab5pl b. As des…
i have to override the Equals method in the ROOM CLASS. I listed the following c
i have to override the Equals method in the ROOM CLASS. I listed the following code in PYTHON. Please no generic pictures of a computer monitor. Thx. The BUILDING class is directl…
i have to take out where i can make users input 5 sentenses and add my own sente
i have to take out where i can make users input 5 sentenses and add my own sentenses on here. because when i go to publish this, it wont publish because of user input. i want my 5…
i have to write a program for a car show room with the car and inventory i have
i have to write a program for a car show room with the car and inventory i have the inventory and the car class please make me the program // the inventory class public class Inve…
i have to write a program to find the first N prime numbers, store them in an ar
i have to write a program to find the first N prime numbers, store them in an array and print them out. We were given the function 'divisible', but i do not know how to call it or…
i have to write five methods... i have tried to write the first 2but they are wr
i have to write five methods... i have tried to write the first 2but they are wrong... please help... i'll also attach a testprogram for it..... // provide some interesting servic…
i have to write main function to test my project \" SIMPLES_GRADES\" and i use X
i have to write main function to test my project " SIMPLES_GRADES" and i use Xcode 6.2 here is my main.cc #include <iostream> #include "p0.h" using namespace std; int main()…
i have two question i got stuck in the middle of # 9 #9 write a program that ask
i have two question i got stuck in the middle of # 9 #9 write a program that asks for the user's height, weight, and age,and then computes clothing sizes according to the formulas…
i have two questions. 1. how would i creat a program to determine the largest nu
i have two questions. 1. how would i creat a program to determine the largest number out of 15 numbers entered (one at a time). this should be done in a funtion using this prototy…
i have written a java code but i need the results to be displayed in a method ca
i have written a java code but i need the results to be displayed in a method called displayResults, how do i do it? import java.util.Scanner; public class DriverExamExercise { st…
i have written this code but the program wouldn\'t open the file to read. what s
i have written this code but the program wouldn't open the file to read. what should i do if i want the program to open the file and read it. here is my code. i did create a test …
i have wrote a c program to solve the slope, y intercept, and equation of a line
i have wrote a c program to solve the slope, y intercept, and equation of a line. given two points. i have all of this done and it works fine however i am then given a 3rd x coord…
i have: def total_money(list): total = 0 if list == []: return 0 for (x,y) in li
i have: def total_money(list): total = 0 if list == []: return 0 for (x,y) in list: total = y + total return total what am i doing wrong? Use the Design Recipe to write a function…
i having trouble with writing this code. I am in a beginning C plus plus class.
i having trouble with writing this code. I am in a beginning C plus plus class. We are studying arrays and i am using Microsoft Visual Studios. with #include<iostream>,#incl…
i he term ab is a correct arithmetic expression. ), #INCLUDE is a valid directiv
i he term ab is a correct arithmetic expression. ), #INCLUDE is a valid directive 9. For a float data, 6.3 for %10.1 F are legal format specifications. 10. The default case label …
i help making this the goal is it the picture with bootstrap and pics to make it
i help making this the goal is it the picture with bootstrap and pics to make it look good can you just comment where i have to add the links to each of my project i did in the pa…
i help making this the goal is it the picture with bootstrap and pics to make it
i help making this the goal is it the picture with bootstrap and pics to make it look good can you just comment where i have to add the links to each of my project i did in the pa…
i help with with this linux please! You will create a script file to perform bas
i help with with this linux please! You will create a script file to perform basic calculations. Create a script file called mycalc using vim. The first line of your script file s…
i just need a good explenation for this code: #include #include
i just need a good explenation for this code: #include <stdio.h> #include <math.h> #define SIZE 500 void preprocess(int brightness[SIZE][SIZE], int n) { int i, j; for(…
i just need comments on all of this please public class Student { private String
i just need comments on all of this please public class Student { private String fname; private String lname; private int grade; private static int total = 0, count = 0; private s…
i just need number 2 i use c++ Programs Due 4/25 17 (50% of testl The following
i just need number 2 i use c++ Programs Due 4/25 17 (50% of testl The following formula can be used to determine the displacement of an object d Vo't -1/2 at where ve is initial v…
i just need someone to add more informal comments to this program code is below:
i just need someone to add more informal comments to this program code is below: #include<stdio.h> //for printf and scanf #include<stdlib.h> //for abs void Greeting() …
i just need the CLOCK part for it to work. thanks! import java.util.*; public cl
i just need the CLOCK part for it to work. thanks! import java.util.*; public class TestProgClock { static Scanner console = new Scanner(System.in); public static void main(String…
i just need the answer for the question i do not need the code in java program.
i just need the answer for the question i do not need the code in java program. Lab Report Questions Is it possible to create an instance of an interface? How many classes can any…
i just need the codes for this questions Starting Our with Java: From oufalls Co
i just need the codes for this questions Starting Our with Java: From oufalls Control Struchres through Objects. 6 Short question o 2016 Pearson Eaucation 1) Write the commands to…
i just need the javascript page so i can type in whatever was asked from me. ple
i just need the javascript page so i can type in whatever was asked from me. please help me build the page in any format you like and ill do the typing. For your final project, yo…
i just need what 2 segments do. Here are some code sample as follows: choose som
i just need what 2 segments do. Here are some code sample as follows: choose some code segments and elaborate further as to what these code segments accomplish - expound on it: #i…
i just started with lua and i got this problem where i have to read this file 4a
i just started with lua and i got this problem where i have to read this file 4a. Reading in the file Read the file into an array of tables, then sort the table by Area of Researc…
i just wanted to get correct answer for this Student Quiz Caiculator Total Caicu
i just wanted to get correct answer for this Student Quiz Caiculator Total Caiculate Total Clear Figure 1- Quiz Calculator Using Figure #1 above complete the actionPerformed metho…
i keeep getting 4 errors on lines 36,37,40 and 124. line 36 keeps giving me an e
i keeep getting 4 errors on lines 36,37,40 and 124. line 36 keeps giving me an error say cannot find symbol ....symbol : class player ....location : class TriviaGame .....How can …
i keep getting that error message for this line of code: for (i = 0, fstatus = f
i keep getting that error message for this line of code: for (i = 0, fstatus = fgets(name, 10, file1); i < 50 && fstatus != NULL; i++, fstatus = fgets(name, 10, file1))…
i keep getting this error message: error LNK2019: unresolved external symbol \"p
i keep getting this error message: error LNK2019: unresolved external symbol "public: __thiscall TestScore::TestScore(double const * const,int)" (??0?$TestScore@N@@QAE@QBNH@Z) ref…
i know some of the currect answers a- Linearly c- After whats the other and why
i know some of the currect answers a- Linearly c- After whats the other and why The 8086's 6-byte long prefetch queue was a structure that aided processor performance as long as t…
i know some of the currect answers a- Linearly c- After whats the other and why
i know some of the currect answers a- Linearly c- After whats the other and why The 8086's 6-byte long prefetch queue was a structure that aided processor performance as long as t…