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

#include #include const int SIZE=10; FILE *infile; int main (
#include<stdio.h> #include<stdlib.h> const int SIZE=10; FILE *infile; int main (int argc, char* argv[]) {         int number;         number= argv[1][0]-'0';         i…
#include #include int main() { int i, n , c = 0, bacon = 1; d
#include<stdio.h> #include<stdlib.h> int main() { int i, n , c = 0, bacon = 1; double sum = 0.0, sum1 = 0.0, max, min ,number; char answer; //-------------------------…
#include #include int main() { int i, n , c=0; double sum = 0
#include<stdio.h> #include<stdlib.h> int main() { int i, n , c=0; double sum = 0.0, sum1 = 0.0, max, min ,number; char answer; printf(" Do you know how many stocks you…
#include #include int print_Menu(); void Print_Summary(int x[
#include<stdio.h> #include<stdlib.h> int print_Menu(); void Print_Summary(int x[], int y[], int answers[], int operation,int size); void run_Test(int x[], int y[], int…
#include #include int win(char board[6][6], char player) { //
#include<stdio.h> #include<stdlib.h> int win(char board[6][6], char player) { // insert your code for the function here return -1; } int main() { //initialize the arra…
#include #include struct node { int val; struct node *next; }
#include<stdio.h> #include<stdlib.h> struct node { int val; struct node *next; }; //initializing struct node *head = NULL; struct node *curr = NULL; struct node* creat…
#include #include struct queueNode { int pid; int cpuburst; i
#include<stdio.h> #include<stdlib.h> struct queueNode {    int pid;    int cpuburst;    int wt;    struct queueNode *nextPtr; };    typedef struct queueNode QUEUENODE;…
#include #include #include #include //FIND
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> //FIND FACTORIAL double fact(int n) { int i; double prod = 1.; for(i = 1; i <= …
#include #include #include #define STR_SIZE 100 str
#include<stdio.h> #include<string.h> #include<stdlib.h> #define STR_SIZE 100                                                                                     …
#include #include int main() { char input[100]; int len = str
#include<stdio.h> #include<string.h> int main() { char input[100]; int len = strlen(input); char output1[100]; char output2[] = "Copied string is - "; printf("Enter yo…
#include const int Nmaks = 100; typedef int LarikInt[Nmaks]; void BacaL
#include<stdio.h> const int Nmaks = 100; typedef int LarikInt[Nmaks]; void BacaLarik(LarikInt A, int n); void CetakLarik(LarikInt A, int n); void HitungRataRata(LarikInt A, …
#include int main() { int x; printf(\"\ your coded message \ \"); FILE
#include<stdio.h> int main() { int x; printf(" your coded message "); FILE *infile; char buf[1000]; infile =fopen("Code.txt","r"); if (!infile) return 1; while (fgets(buf,10…
#include int main(){ int a[10],i,n,m,c,l,u; printf(\"Enter the size of
#include<stdio.h> int main(){ int a[10],i,n,m,c,l,u; printf("Enter the size of an array: "); scanf("%d",&n); printf("Enter the elements of the array: " ); for(i=0;i<n…
#include int mean(int *a, int len, int *mn) int main() { int array[3]={
#include<stdio.h> int mean(int *a, int len, int *mn) int main() { int array[3]={-1,4,2}; int *p; p=array; int *m; int result; result=mean(p,3,m); if(result==-1) printf("invl…
#include intRegDst,ALUSrc,MemtoReg,RegWrite,MemRead,MemWrite,Branch,ALU
#include<stdio.h> intRegDst,ALUSrc,MemtoReg,RegWrite,MemRead,MemWrite,Branch,ALUOp1,ALUOp0; int sub,c1,c0; int inst[32];     main (){ int i; printf("hmwrk5: "); scanf("%d %d…
#include intmain(void) { int num1; intline; /* line number */ intastsk;
#include<stdio.h> intmain(void) {     int num1;     intline;                /* line number */     intastsk;               /* asterisks counter */     intblank;              …
#include void FIFO(char [],char [],int,int); void lru(char [],char [],i
#include<stdio.h> void FIFO(char [],char [],int,int); void lru(char [],char [],int,int); void opt(char [],char [],int,int); int main() { int ch,YN=1,i,l,f; char F[10],s[25];…
#include void addToInventory(); void displayInventory(); int main (void
#include<stdio.h> void addToInventory(); void displayInventory(); int main (void) { int choice; int quantity[100]; int total=0; char name[100][20]; float price[100]; int cou…
#include void shakespeares(void); void chipotle(int); int guac = 100; i
#include<stdio.h>           void shakespeares(void); void chipotle(int); int guac = 100; int main(void){ printf(“%d”,guac); int guac =200; int salsa =400; printf(“%d”,guac);…
#include # define N_DIGITS 4 # define MAX_QUERIES 12 void generate_ans
#include<stdlib.h> # define N_DIGITS 4 # define MAX_QUERIES 12 void generate_answer(int[]); void compare(int[],int[],int *,int *); int main() {int guess[ N_DIGITS],answer[ N…
#include #include #include #include using nam
#include<string> #include<fstream> #include<iomanip> #include<cstdlib> using namespacestd; double WINDSPEED(doublei, doublek); int main() { string filename…
#include #include #include using namespace std; int ma
#include<string> #include<iomanip> #include<fstream> using namespace std; int main() { string filename,egr126("egr126"); int loop=20, ID, count, m,hod; double gr…
#include\" stdio.h> int main O int e char buffert16l- \"Pwd @39 for (e 0; buffer
#include" stdio.h> int main O int e char buffert16l- "Pwd @39 for (e 0; bufferfel t 0'se) print f("buffer[%d]-%c and is stored at address %pVn", print f("The character: %c has …
#includeint main() { clrscr(); int floors = 6, rooms = 20, suites = 120, occupie
#includeint main() { clrscr(); int floors = 6, rooms = 20, suites = 120, occupied = 0, totalRooms = 120, totalOccupied = 0, totalUnoccupied = 0, numFloors=16; int occupRate; //sto…
#includeusing namespace std; int functionGCD(int, int); int main() { int a; int
#includeusing namespace std; int functionGCD(int, int); int main() { int a; int b; printf("Enter two numbers : "); scanf("%d %d", &a,&b); functionGCD(a,b); system("pause")…
#includevoidone(int * ptr_a, int * ptr_b); voidtwo(int * ptr_a, int b, int * ptr
#includevoidone(int * ptr_a, int * ptr_b); voidtwo(int * ptr_a, int b, int * ptr_c); voidthree(int a, int b, int c); int main() {int x = 0, y = 0, z = 0; printf("%d ,%d %d ", x, y…
#note this code should be in C++ code There are 6 skills to demonstrate in Lab 6
#note this code should be in C++ code There are 6 skills to demonstrate in Lab 6: 1) Use functions. Functions sub-divide programming problems into independent parts. 2) Use functi…
#please use comments Postfix notation is an unambiguous way of writing an arithm
#please use comments Postfix notation is an unambiguous way of writing an arithmetic expression without parenthesis. It is defined so that if “(exp1) op (exp2)” is a normal, fully…
#pragma once #include \"Employee.h\" #include \"StudentEmployee.h\" #include \"S
#pragma once #include "Employee.h" #include "StudentEmployee.h" #include "Staff.h" #include "Faculty.h" #include <iostream> #include <string> class Model { public:    …
#pragma once #include \"StackInterface.hpp\" #include \"Node.hpp\" #include
#pragma once #include "StackInterface.hpp" #include "Node.hpp" #include <vector> #include <cassert> using namespace std; template<class T> class DLinkedStack : p…
#pragma once #include #include using namespace std; class Addr
#pragma once #include<iostream> #include<string> using namespace std; class Address { private: string street_name; int street_number; string city; string zip_code; pub…
#program in java I want you to use a hash map to make a decision about whether s
#program in java I want you to use a hash map to make a decision about whether some zoo animals are mammals. Using the data set from https://archive.ics.uci.edu/ml/datasets/Zoo re…
#programming language is python. I own several cabins somewhere in the Rocky Mou
#programming language is python. I own several cabins somewhere in the Rocky Mountain. I plan to make some money by renting them to tourists and visitors. There are three differen…
$ cat > lab9c2.pl #!/usr/bin/perl -w open(FILE,$ARGV[0]) or die(\"Could not open
$ cat > lab9c2.pl #!/usr/bin/perl -w open(FILE,$ARGV[0]) or die("Could not open the file $ARGV[0]"); while ( $line = <FILE> ) { ($loginID, $term, $ip) = split(' ', $line)…
$ cat score pchen72 50 71 55 93 115 jmaszk 45 76 49 88 102 bvbui 59 78 53 96 145
$ cat score pchen72 50 71 55 93 115 jmaszk   45 76 49 88 102 bvbui    59 78 53 96 145 mtcrowle 33 65 39 82 100 mrchave3 54 77 56 98 158 Write an awk script that computes the avera…
$ cat score pchen72 50 71 55 93 115 jmaszk 45 76 49 88 102 bvbui 59 78 53 96 145
$ cat score pchen72 50 71 55 93 115 jmaszk   45 76 49 88 102 bvbui    59 78 53 96 145 mtcrowle 33 65 39 82 100 mrchave3 54 77 56 98 158 Write an awk script that computes the avera…
$ java edu.wit.cs.comp1050.PA3b Please supply 6 numbers (a-f). $ java edu.wit.cs
$ java edu.wit.cs.comp1050.PA3b Please supply 6 numbers (a-f). $ java edu.wit.cs.comp1050.PA3b 1.0 2.0 2.0 4.0 4.0 5.0 The equation has no solution. $ java edu.wit.cs.comp1050.PA3…
$ last -wi | grep \"Oct 24\" | tail -10 > signindata fs264fa160116 pts/2 10.10.7
$ last -wi | grep "Oct 24" | tail -10 > signindata fs264fa160116 pts/2 10.10.76.222 Mon Oct 24 17:16 - 18:00 (00:43) cfs264fa160119 pts/0 204.77.41.129 Mon Oct 24 16:27 - 17:50…
$$ Create a stored procedure which performs the following operation on the table
$$ Create a stored procedure which performs the following operation on the table tbl_FlightDetails Create a stored procedure which performs the following opera Based on the Flight…
$$ Create the stored procedure and execution also needed – 4 times Create a tabl
$$ Create the stored procedure and execution also needed – 4 times Create a table ‘tbl_FlightDetails’ used to store the details of various flights tbl_FlightDetails consists of Fl…
$$ I need a c++ visual studio help please. Customer Data. This program will have
$$ I need a c++ visual studio help please. Customer Data. This program will have two classes. The first class defines a person, which means this class can be used for anything tha…
$$ Please Create stored Procedure Create the tables and insert values in table a
$$ Please Create stored Procedure Create the tables and insert values in table and create the stored procedure and then execution needed. Create a table ‘tbl_FlightDetails’ used t…
$$ Please Create stored Procedure Mandatory Create the tables and insert values
$$ Please Create stored Procedure Mandatory Create the tables and insert values in table and create the stored procedure and then execution needed. Create a table ‘tbl_FlightDetai…
$$ Please Create stored Procedure Mandatory Create the tables and insert values
$$ Please Create stored Procedure Mandatory Create the tables and insert values in table and create the stored procedure and then execution needed. Create a table ‘tbl_FlightDetai…
$$ Please Create the Stored Procedure Create the tables and insert values in tab
$$ Please Create the Stored Procedure Create the tables and insert values in table and create the stored procedure and then execution needed. Create a table ‘tbl_FlightDetails’ us…
$$ Q1) Create the stored procedure and execution also needed. Create a table ‘tb
$$ Q1) Create the stored procedure and execution also needed. Create a table ‘tbl_FlightDetails’ used to store the details of various flights tbl_FlightDetails consists of FlightN…
$$ Q1) Create the stored procedure and execution also needed. Create a table ‘tb
$$ Q1) Create the stored procedure and execution also needed. Create a table ‘tbl_FlightDetails’ used to store the details of various flights tbl_FlightDetails consists of FlightN…
$$$ Explain for each step in this sample Program? MAIN Step 1 DoWhen %Select (EM
$$$ Explain for each step in this sample Program? MAIN Step 1 DoWhen %Select (EMPLID) SELECT EMPLID FROM ABC PeopleCode SOLExec ("SELECT COUNT(*) FROM ABC", & Count); MessageB…
$$$ Please explain for each step in this sample Program? MAIN Step 1 DoWhen %Sel
$$$ Please explain for each step in this sample Program? MAIN Step 1 DoWhen %Select (EMPLID) SELECT EMPLID FROM ABC PeopleCode SOLExec ("SELECT COUNT(*) FROM ABC", & Count); M…
$$$ Please explain for each step in this sample Program? MAIN Step 1 DoWhen %Sel
$$$ Please explain for each step in this sample Program? MAIN Step 1 DoWhen %Select (EMPLID) SELECT EMPLID FROM ABC PeopleCode SOLExec ("SELECT COUNT(*) FROM ABC", & Count); M…