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

if(number_of_instruction==size) { cout
if(number_of_instruction==size) { cout<<"Number of instruction: "< Instruction** old_ins= new Instruction*[size]; for(int i=0;i { old_ins[i] = new Instruction(); old_ins[…
if-else × + ks Library > CST 161 home> 4.3: Multiple if-else 2 Help/FAQ Gi Testi
if-else × + ks Library > CST 161 home> 4.3: Multiple if-else 2 Help/FAQ Gi Testing with year as 2100 Your output Distant future ACTwn 4.32 Multiple if statements: Printing c…
if/else variable not working. \"else\" is getting a red underline nomatter what
if/else variable not working. "else" is getting a red underline nomatter what I do. Syntax error on token "else", delete token. import java.util.Scanner; public class Progrom210 {…
ifele letter (a, b, c, d) of the correct answer from the list provided. the 1. I
ifele letter (a, b, c, d) of the correct answer from the list provided. the 1. In RAID level 5 a) ol c) the data blocks are spread over separate drives and are duplicated. the arr…
ifndef H_listType #define H_listType #include #include #include using namespace
ifndef H_listType #define H_listType #include #include #include using namespace std; template class listType { //class template to create an array and perform various functions pu…
ifndef Student_h #define Student_h #include using namespace std; const
ifndef Student_h #define Student_h #include <string> using namespace std; const int MAX_NUM_GRADES = 20; class Student { private: /**    * Instance variables that represent …
ifstream fin; fin.open (\"temps.txt\"); if (!fin.good()) throw \"I/O error\"; do
ifstream fin; fin.open ("temps.txt"); if (!fin.good()) throw "I/O error"; double f; // degrees F double c; // degrees C while (true) { fin >> c; fin.ignore(1000, 10); if ( c…
ignore my answers CS346 AS: Due Apri a\" 2018 3) The e description, quantity on
ignore my answers CS346 AS: Due Apri a" 2018 3) The e description, quantity on hold(P Qo ti, the unit price and total price of the inventory, as TOTValue for each product 4) List …
ignore the given answers Question 4 Consider the following code fragment where t
ignore the given answers Question 4 Consider the following code fragment where the right-hand side of the assignments in func are to be completed by answering this question (and t…
ignore the red line Problem Create a class Employee bu bs atibutes first nae, la
ignore the red line Problem Create a class Employee bu bs atibutes first nae, last ue, Job tile, alary. phooe mbcr. address, and Enmrployce ID. First namc, last nane, and address …
ihok rpo e will get ema fnding, and hones with ?will get more anent on in the st
ihok rpo e will get ema fnding, and hones with ?will get more anent on in the street. This The Da on y ancil has decided toprkritue its spending on street m i en noe according tot…
ii 4116/2017 ent l Assessments v EA communication v n Resources v l e Media Gal
ii 4116/2017 ent l Assessments v EA communication v n Resources v l e Media Gal R Exam 3(Chapters 6, 7, and 8) Quiz eft: 1:1041 Antoine Caldwell: Attempt 1 Question 37 (2 points) …
ii moodle.cs.colorado.edu Practice Exam English (United States) (en us) Programm
ii moodle.cs.colorado.edu Practice Exam English (United States) (en us) Programming (Novice) e Problems Help Session 2 Create a class named Student that has public data members na…
ii. In a Java program, why does main need to be public? iii. Give a concise defi
ii. In a Java program, why does main need to be public? iii. Give a concise definition of abstract data type. Use the definition from class. iv. Briefly describe the differences b…
iii) Compute 103 + 50, 103-50,-103 +50,-103.50. (14%) 4) Integer multiplication.
iii) Compute 103 + 50, 103-50,-103 +50,-103.50. (14%) 4) Integer multiplication. Multiply 103 (multiplicand) by 5 (multiplier), and -5 Cu (multiplicand) by 7 (multiplier). The res…
ile Edit View History Bookmarks People Window Help Final Exam x Design Patterns
ile Edit View History Bookmarks People Window Help Final Exam x Design Patterns Strategy Patto x Secure https:llsisu.instructure.com courses/ 1233754/quizzes/119 hool Mall M Gmail…
ill AT&T; 10:45 AM 4 73% Done Project 3 a5d9d20e6667d51823c... CSC254: Project 3
ill AT&T; 10:45 AM 4 73% Done Project 3 a5d9d20e6667d51823c... CSC254: Project 3 Due (3/22/18 pm. Write C++Program to implement the Hash Table Your program should be able stor…
ill Verizon LTE 11:24 AM Exam2 Exam2.docx 11) Find the sum and the product of ea
ill Verizon LTE 11:24 AM Exam2 Exam2.docx 11) Find the sum and the product of each of these pairs of numbers. Express your answers as a binary e a) a) (100 7 0111), b) (1110 1 01 …
ills Review Declare a font family a. In your editor, open the file HTM_E-3.html
ills Review Declare a font family a. In your editor, open the file HTM_E-3.html from the SR folder where you store your Data Files for this unit, save it as history.html, then rep…
im a inexperience person with C++ and i dont know how tooutput aset of informati
im a inexperience person with C++ and i dont know how tooutput aset of information into a file. i know after all theinformation is ready u open a file that you want to use and sen…
im a inexperience person with C++ and i dont know how tooutput aset of informati
im a inexperience person with C++ and i dont know how tooutput aset of information into a file. i know after all theinformation is ready u open a file that you want to use and sen…
im a new student to c++ and classes has really confused me. the program is creat
im a new student to c++ and classes has really confused me. the program is creating a bank account. i have already completed the header file but the implementation file has be con…
im a new student to c++ and classes has really confused me. the program is creat
im a new student to c++ and classes has really confused me. the program is creating a bank account. i have already completed the header file but the implementation file has be con…
im almost done i just need help to get the output. Chapter 5, PP 7 Java Project
im almost done i just need help to get the output. Chapter 5, PP 7 Java Project Name: IC17_FootballGame Create a class named FootballGame that contains information about a game pl…
im coding a program to put names lexicographically. this is my code: public clas
im coding a program to put names lexicographically. this is my code: public class Lex1 {          String s1, s2, s3, first, second, third; public Lex1 (String string1, String stri…
im coding a word-guessing game in c# and I just finished with the code to displa
im coding a word-guessing game in c# and I just finished with the code to display the jumbled up word one each label in the form. However, when I run the program the form will not…
im getting the error \" cannot find symbol - variable score\" any ideas as to ho
im getting the error " cannot find symbol - variable score" any ideas as to how i can fix this without breaking the rest of the program? import java.util.*; public class Grades { …
im getting this error ... Your output 1A1B1C2A2B2C Expected output 1A 1B 1C 2A 2
im getting this error ... Your output 1A1B1C2A2B2C Expected output 1A 1B 1C 2A 2B 2C public class NestedLoops { public static void main (String [] args) { int numRows = 2; int num…
im getting this why? i declared it. error code// ./h23.h:16:17: error: use of un
im getting this why? i declared it. error code// ./h23.h:16:17: error: use of undeclared identifier 'Student' std::vector<Student *> students; ^ ./h23.h:16:26: error: expect…
im having a difficulty with adding a node to a binary tree can any one help? her
im having a difficulty with adding a node to a binary tree can any one help? here is my .h file look like #include #include //using namespace std; class treeFilter { struct Node {…
im having a problem infinsihing the last half of this program. can someone pleas
im having a problem infinsihing the last half of this program. can someone please help me beginning at else if(classType.equalsIgnoreCase("E")) here is the complete file import ja…
im having a trouble in java coding. Coding a binary tree with nodes, searching f
im having a trouble in java coding. Coding a binary tree with nodes, searching for given object in tree and returning the node. i was trying to search in a preorder way however co…
im having problems running this program. I have no compile errors but its saying
im having problems running this program. I have no compile errors but its saying ./a.out no such file or directory and i dont know why. any help would be appreciated. The file im …
im having trouble completing this program. Here is the guidelines for the progra
im having trouble completing this program. Here is the guidelines for the program and beneath that is what i have written for my program so far. Design, write, execute, and test a…
im having trouble with my struct can someone help. #include #include
im having trouble with my struct can someone help. #include <iostream> #include <fstream> #include <string> using namespace std; const int MAXNUMCLIENTS = 15; //…
im having trouble with this coding question for java Write a class (and a client
im having trouble with this coding question for java Write a class (and a client class to test it) that encapsulates a deck of cards. A deck of cards is made up of 52 cards. You s…
im making a whack a mole game and my moles are stacking on top of eachother and
im making a whack a mole game and my moles are stacking on top of eachother and i have to generate 150 black dots just to make sure all the 5x5 grid is filled. also i want it so w…
im new to c++ and having trouble completing this program. Write a program that r
im new to c++ and having trouble completing this program. Write a program that reads in the size of a triangle and then prints a hollow triangle of that size out of asterisks and …
im not a greedy person so i will rate people for any number ofquestions that you
im not a greedy person so i will rate people for any number ofquestions that you answer. im not expecting all of them to beanswer just answer the ones you can. pluz a few of them …
im not looking for an exact answer, just how to do it! if you do give an answer
im not looking for an exact answer, just how to do it! if you do give an answer please explain how you did it. Define the following functions in order for this program to run to c…
im not quite sure how to set my structures. any helps? plz this is what i have t
im not quite sure how to set my structures. any helps? plz this is what i have to do ---------------------------------------------------------------------------------------- for t…
im not sure if I M doing it right 3. Given the following Linear Program: Maximiz
im not sure if I M doing it right 3. Given the following Linear Program: Maximize z=3x1+6x2 Subject to: +2x1 +2x2 leq 16(constraint 1) +1x1 geq 4(constraint 2) Using the informati…
im really bad at making pseudocodes for java. i have the program and the output
im really bad at making pseudocodes for java. i have the program and the output i just don't know how to make a pseudocode for this program. need help!! Program public static doub…
im so confused. im trying to write a program in java. however, he made a due the
im so confused. im trying to write a program in java. however, he made a due the same day as a quiz. i need someone to do this for me i'll greatly appreciate it. its all done in e…
im so lost on this one please help its for python 3.5 The Koch snowflake is a fr
im so lost on this one please help its for python 3.5 The Koch snowflake is a fractal shape. At level 0, the shape is an equilateral triangle. At level 1, each line segment is spl…
im sort of stuck on this question Write a program that determines the change to
im sort of stuck on this question Write a program that determines the change to be dispensed from a vending machine. An item in the machine can cost between 25 cents and a dollar,…
im stuck and need help setting up and getting final answers. Write and M-file (i
im stuck and need help setting up and getting final answers. Write and M-file (in Matlab) that uses a loop and will calculate your course grade average and print it out. Inputs ( …
im stuck on a problem my arrays are not working i need the program to read the f
im stuck on a problem my arrays are not working i need the program to read the file and say yea the numbers are ascending or no false they are not #include <iostream> #inclu…
im stuck on a problem my arrays are not working i need the program to read the n
im stuck on a problem my arrays are not working i need the program to read the numbers and say yea the numbers are ascending or no false they are not #include <iostream> #in…
im trying to add the sums of a .txt file into a variabe named total which i decl
im trying to add the sums of a .txt file into a variabe named total which i declared a double. for some reason its giving me an error saying that a,b and c might not have been ini…