Web development and programming
191828 questions • Page 3766 / 3837
starting out with java from control structures through objects: chapter 9 progra
starting out with java from control structures through objects: chapter 9 programming challenge 8. please help! for this assignment you will design a set of classes that work toge…
state instructure.com/courses/1621988/quizzes/2372423/take/questions/47123644 Co
state instructure.com/courses/1621988/quizzes/2372423/take/questions/47123644 Comments are not required, but you may use them to clarify what you were trying to do. Unless explici…
state whether or not it is regular. (1) All strings over the alphabet {a,b,d,l,r
state whether or not it is regular. (1) All strings over the alphabet {a,b,d,l,r} that contain at least one of the words bad, bald, ball or bard. If you claim the language is not …
state which program was used if its codelite or etc A Class Definition class thr
state which program was used if its codelite or etc A Class Definition class throttle public: The highlighted code shows CONSTRUCTORS three inline member functions. throttle throt…
statements which display something similar to the following patt ern: JJA VA Use
statements which display something similar to the following patt ern: JJA VA Use exactly four (4) Drint line statements to complete this exercise. PrintATable (5 points): DO NOT c…
static String Q2(String json1, String json2, String json3){ // Question:given th
static String Q2(String json1, String json2, String json3){ // Question:given three JSON Strings, combine them into a single JSON String // The inputs are in the format: // json1:…
static double HowMuchDoesItWeighOn(string PlanetName, double EarthWeight) { doub
static double HowMuchDoesItWeighOn(string PlanetName, double EarthWeight) { double adjustmentFactor = -1; // establish an initial value (and an error condition) // C# has a switch…
static int Q1(String word1, String word2) { // return the number of rhyming syll
static int Q1(String word1, String word2) { // return the number of rhyming syllables between the two input words. We will define the number of rhyming // syllables as the number …
static int s; \"f1.s)5 . F2.s); sf3.s); oo fi new FooC) System.out i s 11.41.ss
static int s; "f1.s)5 . F2.s); sf3.s); oo fi new FooC) System.out i s 11.41.ss out . printin("f2.? is " + f2.1+ " f2.s is Foo f2-new Foo) Foo f3 -new Foo) out .printin(-F3.1 ?,' +…
static void Main(string[] args) { String firstName = \"\"; string lastName = \"\
static void Main(string[] args) { String firstName = ""; string lastName = ""; Console.WriteLine("Welcome to the payroll sy…
static void Q4(ArrayList input, double x){ //Question: Sort the i
static void Q4(ArrayList<ChallengeLine> input, double x){ //Question: Sort the input ChallengeLine's by their evaluation at x Hey there, this is the last question I need to …
stem3ECcmd.exe Cipconfig /allmore lindows IP Configuration Poitare Dns Suif ix:
stem3ECcmd.exe Cipconfig /allmore lindows IP Configuration Poitare Dns Suif ix: : :: 24est.usf.edu Name. . .. - .. Primary Dns Suffix .. u246310 forest.usf.edu : No IP Routing Ena…
step 4 *Return all rated songs by the given artist Hint: When comparing String,
step 4 *Return all rated songs by the given artist Hint: When comparing String, as well as any other objects, in java you should use the.equals method and not theoperator. Usingdo…
step by step Create a new Eclipse project named LabSLastnameFirstname All.of thi
step by step Create a new Eclipse project named LabSLastnameFirstname All.of this lab's programs should be in the same project 1. (2 pts) Within a new class named Factorial, write…
steps to get partial credit Consider the following tables in an Order Entry data
steps to get partial credit Consider the following tables in an Order Entry database. The primary keys of the tables are CustNo for Customer, EmpNo for Employee and OrdNo for Orde…
stime & utime: Time that a process has been scheduled Information in kernel/user
stime & utime: Time that a process has been scheduled Information in kernel/user mode Using bash Using the files stored at /proc write a program/script to find information abo…
stion 1 of 10 (1 point) To answer questions for this worksheet, please install G
stion 1 of 10 (1 point) To answer questions for this worksheet, please install Google Earth and run the Geotours file. Both files are available here. Go to the following Geotours …
stochastic simulation, markov chain program I assume for simplicity that you are
stochastic simulation, markov chain program I assume for simplicity that you are the only player of this board game. Start at square 1 and move at each step to one, two, or three …
stocks.c #include #include\"stats.h\" #define MAXIMUM_SIZE 100 void ma
stocks.c #include <stdio.h> #include"stats.h" #define MAXIMUM_SIZE 100 void main() { int data[MAXIMUM_SIZE]; int output[MAXIMUM_SIZE]; int size; char choice ,choice1; int i,…
stocks.c #include #include\"stats.h\" #define MAXIMUM_SIZE 100 void ma
stocks.c #include <stdio.h> #include"stats.h" #define MAXIMUM_SIZE 100 void main() { int data[MAXIMUM_SIZE]; int output[MAXIMUM_SIZE]; int size; char choice ,choice1; int i,…
stocks.c main file #include #include #include #include \"io.h\" #include \"stats
stocks.c main file #include #include #include #include "io.h" #include "stats.h" #include //strtod #include int main(int argc, char* argv[]) { int size, i; char order; //user has …
stored data infix data Task II: Write a program to keep track of a hardware stor
stored data infix data Task II: Write a program to keep track of a hardware store inventory in order to become familiar with the vector type and discover how to sort records using…
story Bookmarks People Window Help 2-acxlowmxuTak , whi×\'Q SoftRYD Cha × , sele
story Bookmarks People Window Help 2-acxlowmxuTak , whi×'Q SoftRYD Cha × , sele× @ wat × ackboard.umes.edu/webapps/assessment/take/launch.jsp?course assessment id-27071&cour; …
str . indexOf(pattern) searches the string str for pattern , which can be either
str.indexOf(pattern) searches the string str for pattern, which can be either a character or a string. The search starts at the beginning of the string. The method returns the fir…
strPtr(s1) This function will take a string which has two single-digit integers
strPtr(s1) This function will take a string which has two single-digit integers in it. The first integer found is the starting point. The second integer is the substring length. T…
strategies suggested in the texthoor (b) By using amortized time to analysis bot
strategies suggested in the texthoor (b) By using amortized time to analysis both strategies, which one has better result? o.S (4) (1.5 point) (a) if the running time of an Algori…
strategy for testing, collecting feedback and making future updates; strategy fo
strategy for testing, collecting feedback and making future updates; strategy for validating effectiveness at meeting the original requirement(s). Identify specific metrics you wi…
string apples[] = {\"Gala\", \"Rome\", \"Fuji\", \"Delicious\"}; int foundIt = f
string apples[] = {"Gala", "Rome", "Fuji", "Delicious"}; int foundIt = false, i; const int MAX_APPLES = 4; string inApple; cout << "Enter apple type:"; cin >> inApple;…
string input and output, and manipulating strings using the string.h library. In
string input and output, and manipulating strings using the string.h library. Instructions Create a program called stringProcessing.c that does the following: 1. Prompt the user a…
string is a sub-type of object (every String object \"is a\" Object object). tha
string is a sub-type of object (every String object "is a" Object object). that means that you can do with a string object anything that you can do with an Object object. It is no…
struct Address{ unsigned number; string street; string suffix; string city; stri
struct Address{ unsigned number; string street; string suffix; string city; string state; unsigned zip; }; void show( const Address & address ){ cout<<"void show( const …
struct DoubleLinkedNode { int data; DoubleLinkedNode * prev; DoubleLinkedNode *
struct DoubleLinkedNode { int data; DoubleLinkedNode * prev; DoubleLinkedNode * next; }; // consider the following double linked list: /** [NULL][90]->[500][47][75]->[300][7…
struct LinkedList { int data; LinkedNode * next; }; //write the code for each of
struct LinkedList { int data; LinkedNode * next; }; //write the code for each of the two functions give below: int countPositiveIterative(const LinkedNode * start) { //return a co…
struct Name { string first; string middle; string last; }; Name yourName; Name m
struct Name { string first; string middle; string last; }; Name yourName; Name myName; Given the declaration of the Name type above, andthe following declarations: …
struct Node{ int x; int y; string label; Node()=default; Node(int i, int j, stri
struct Node{ int x; int y; string label; Node()=default; Node(int i, int j, string l) : x(i), y(j), label(l) { } ; string to_string () const; bool equal_nodes(const Node&); do…
struct SDate { int month, day, year; }; struct SMachineRec { int idNumber; strin
struct SDate { int month, day, year; }; struct SMachineRec { int idNumber; string description; SDate purchaseDate; float cost; float payments[5]; }; Based on the structure definit…
struct SOlympicsData { string countryName; int gold, silver, broze; }; int getDa
struct SOlympicsData { string countryName; int gold, silver, broze; }; int getData (SOlympicsData[], int); (it gets an array of SOlympicsData with maximum capacity components open…
struct StudentInfo { string name; int grade; //need to overload the > operator h
struct StudentInfo { string name; int grade; //need to overload the > operator here } Use the following StudentInfo structure type to store student record: name …
struct TreeNode int key TreeNode *left TreeNode *right void doubleTree(TreeNode
struct TreeNode int key TreeNode *left TreeNode *right void doubleTree(TreeNode *node): Write a C++ function which does the following operation: For each node in a binary search t…
struct TreeNode { int key; TreeNode *left; TreeNode *right; }; USE THIS FUNCTION
struct TreeNode { int key; TreeNode *left; TreeNode *right; }; USE THIS FUNCTION HEADER AND NOTHING ELSE: void doubleTree(TreeNode *node); Write a C++ function which does the foll…
struct ZippedBookNode{ string title; string body; hoffnode* huff_root; ZippedBoo
struct ZippedBookNode{ string title; string body; hoffnode* huff_root; ZippedBookNode *next; ZippedBookNode() { } ZippedBookNode(std::string name, string e, HuffNode* hr, Zi…
struct _matrix { int rows; int cols; double * data; }; int nRows(matrix const *
struct _matrix { int rows; int cols; double * data; }; int nRows(matrix const * mtx, int * n) { if (!mtx || !n) return -1; *n = mtx->rows; return 0; } int nCols(matrix const * …
struct aaa{ struct aaa *prev; int i; struct aaa *next; }; main() { struct aaa ab
struct aaa{ struct aaa *prev; int i; struct aaa *next; }; main(){ struct aaa abc,def,ghi,jkl; int x=100; abc.i=0;abc.prev=&jkl; abc.next=&def; def.i=1;def.prev=&abc;de…
struct employeeType; { nameType name; string empID; addressType address; dateTyp
struct employeeType; { nameType name; string empID; addressType address; dateType hireDate; dateType quitData; contactType contact; string deptID; double salary; }; write a progra…
struct mystruct { char a; int b; float c; }; struct mystruct myvar;In this assig
struct mystruct { char a; int b; float c; }; struct mystruct myvar;In this assignment you are going to write a program which will compute data for a Frisbee throwing contest. Each…
struct nameType struct courseType struct studentType string first; string last;
struct nameType struct courseType struct studentType string first; string last; string name; int cal1Num; int credits; char grade; nameType name double gpa; courseType course; stu…
struct node //Definition of a node. double data; struct node *next; b; struct no
struct node //Definition of a node. double data; struct node *next; b; struct node* makeNode (double d) struct node *nodePtr; nodePtr-(struct node*) malloc (sizeof(struct node)); …
struct node int coeff, exp node \"next class e l private: node \"begin, \"last/
struct node int coeff, exp node "next class e l private: node "begin, "last/ begin points to the first node and last points to the last node ed void assignint, Int) public rintequ…
struct node { int empID; char *empName; char *empAddress; float empSalary; node
struct node { int empID; char *empName; char *empAddress; float empSalary; node * pNext; node *nxt;// Pointer tonext node }; node *start_ptr =NULL; node *current; // Used to move …
struct node { int key; struct node *next; }; typedef struct node NODE; typedef s
struct node { int key; struct node *next; }; typedef struct node NODE; typedef struct node *PTR; Write a C function delete_last_occurwith thefollowing header: void delete_last_occ…
Subject
Web development and programming
Use Browse or pick another subject.