Web development and programming
191828 questions • Page 3657 / 3837
in BASIC language, i need to make function smallMiles(size) display the smallest
in BASIC language, i need to make function smallMiles(size) display the smallest number in the MilesDriven array . here is my code so far: size =1 Dim Monthname$(size) Dim MilesDr…
in BASIC: i want in case \"S\", to display name and balance according to the arr
in BASIC: i want in case "S", to display name and balance according to the array position ( which is the accountNumber(position). i keep getting error. here is my code: Dim Name$(…
in C 1 and 2 please. 3% 6:09 PM Tasks: 1. Write a program which populates an arr
in C 1 and 2 please. 3% 6:09 PM Tasks: 1. Write a program which populates an array with integer values read from a file. We do not know how many intaners are in the file, so you m…
in C Command-Line Arguments Read in the command-line arguments and verify that t
in C Command-Line Arguments Read in the command-line arguments and verify that there are three parameters: (1) the program name, (2) an input file that is the name of the file you…
in C Languge please! NOT in C++! While it is common to use the formulate 7 dog y
in C Languge please! NOT in C++! While it is common to use the formulate 7 dog years for every 1 human year, this is actually inaccurate because studies show that larger dogs age …
in C PROGRAM but the techniques required are common for many real-world data sit
in C PROGRAM but the techniques required are common for many real-world data situations. Input Data The following data is available in the file WHLdata-txt attached to the assignm…
in C Write a function matrix_multiplication() to multipy two matrices and put th
in C Write a function matrix_multiplication() to multipy two matrices and put the result into a third matrix. The function takes six arguments altogether, i.e. pointers to the mat…
in C Write a program to read an array of positive integers from the user and dis
in C Write a program to read an array of positive integers from the user and display how each positive integer can be formed as sum of subsets of numbers from the array. The progr…
in C Your task is to write a program that reads in dive times in the form of hh:
in C Your task is to write a program that reads in dive times in the form of hh:mm (hours and minutes separated by a colon) and calculates the total dive time (i.e. the sum of all…
in C coding language: Write a program \"increment\" that produces a file of sequ
in C coding language: Write a program "increment" that produces a file of sequential numbers, one per line, by reading the last number in the file, adding one to it, then appendin…
in C language Project: You will create a program which contains 4 functions: 1)
in C language Project: You will create a program which contains 4 functions: 1) ReadArray() 2) SortArray() 3) ReverseArray() 4) PrintArray() When the main() executes it will only …
in C language. Genes are substrings of DNA which code for proteins and carry the
in C language. Genes are substrings of DNA which code for proteins and carry the heritable information from our parents. Genes start with the sequence of three letters ATG, called…
in C language. Provided the following broken implementation for push() onto a st
in C language. Provided the following broken implementation for push() onto a stick, fix the code. Hint: we are NOT looking for syntax errors here! int push (Node **pTop, char *pN…
in C languge start with include int main(){ the output look like: Enter
in C languge start with include<stdio.h> int main(){ the output look like: Enter Grade 1: 60 Enter Grade 2: 80 Enter Grade 3: 95 Enter Grade 4: 45 Enter Grade 5: 55 Enter Gr…
in C languge start with include int main(){ the output look like: Enter
in C languge start with include<stdio.h> int main(){ the output look like: Enter Grade 1: 60 Enter Grade 2: 80 Enter Grade 3: 95 Enter Grade 4: 45 Enter Grade 5: 55 Enter Gr…
in C or Java Implement distributed Distance Vector and Link State routing algori
in C or Java Implement distributed Distance Vector and Link State routing algorithms. Randomly generate a connected weighted graph and then apply the distributed Distance Vector a…
in C or c++ Implement distributed Distance Vector and Link State routing algorit
in C or c++ Implement distributed Distance Vector and Link State routing algorithms. Randomly generate a connected weighted graph and then apply the distributed Distance Vector an…
in C please using MALLOC(malloc) function and while (i
in C please using MALLOC(malloc) function and while (i<j) the numbers are just example. it has to pass all coundition! General Description Reverse an array of N integers Tasks …
in C programing language please help thanks Objectives Linking . Unix system too
in C programing language please help thanks Objectives Linking . Unix system tools main.c char si[3"abc" char s2[3]: char s313] static int count-l; int rev (char s0) int copy (cha…
in C programming 3. Write a program that takes the list char examsAreTough /5120
in C programming 3. Write a program that takes the list char examsAreTough /5120)-One" "Two Three Four", "Five" l and alphabetizes through the alphatizing process. A second for) l…
in C programming Add additional functionality to your phonebook program from lab
in C programming Add additional functionality to your phonebook program from lab# 6. Make it possible for users to: 1) Alphabetically sort the list of entries by name (first or la…
in C programming with output matching the bottom examples For this problem you w
in C programming with output matching the bottom examples For this problem you will be implementing a Monte Carlo method for the estimation of pi. Imagine that you have a circle o…
in C programming, The project is composed of two program files. Program 1: Write
in C programming, The project is composed of two program files. Program 1: Write a program to create a sequential access data file account.txt. This file stores the following acco…
in C programming. 1. Create a structure for a chess piece called chessPiece. che
in C programming. 1. Create a structure for a chess piece called chessPiece. chessPiece should contain, piece type as a char array of 8 (Knight, Pawn, Queen, King...). chessPiece …
in C with eclipse i: 3 Name : Homework 2 4 Author 5 Version 6 Copyright : Your c
in C with eclipse i: 3 Name : Homework 2 4 Author 5 Version 6 Copyright : Your copyright notice 7 DescriptionConvert Age in years to days. 8 sEEEsEEEEEEEEEsEEEsEEEEssEEEEssEEEsEEE…
in C# Define an abstract base class named BankAccount. Use the BankAccount class
in C# Define an abstract base class named BankAccount. Use the BankAccount class to derive a CheckingAcount and SavingsAccount class with different rules for withdrawing funds. Us…
in C# joes automotive performs the following routine maintenece services: ?oil c
in C# joes automotive performs the following routine maintenece services: ?oil changes $26, lube job $18, radiator flush $30, transmission flush $80, inspection $15, ,muffler repl…
in C# joes automotive performs the following routine maintenece services: ?oil c
in C# joes automotive performs the following routine maintenece services: ?oil changes $26, lube job $18, radiator flush $30, transmission flush $80, inspection $15, ,muffler repl…
in C++ , Design a linked list class named IntegerList to hold a series of intege
in C++ , Design a linked list class named IntegerList to hold a series of integers. The class must have public member functions for appending , inserting, deleting and displaying …
in C++ ----testData------ A+B-C; (A+B)*C; (A+B)*(C-D); A+((B+C)*(E-F)-G)/(H-I);
in C++ ----testData------ A+B-C; (A+B)*C; (A+B)*(C-D); A+((B+C)*(E-F)-G)/(H-I); A+B*(C+D)-E/F*G+H; ---stackADT---- //Header file: stackADT.h #ifndef H_StackADT #define H_StackADT …
in C++ 1. Download the input file, employees.dat, from my public directory. Whil
in C++ 1. Download the input file, employees.dat, from my public directory. While you are in your own cs111 directory, use the copy command (cp). [smith001@empress cs111] cp /cs/s…
in C++ 1. Write a function call displayMenu without parameters which will displa
in C++ 1. Write a function call displayMenu without parameters which will display a menu 2. write a function called getChoice that has no parameters. It will ask the user’s choice…
in C++ 3.1 Input The first line of input will be an integer N, representing the
in C++ 3.1 Input The first line of input will be an integer N, representing the number of words, followed by another integer S, representing the amount to shift the words by, foll…
in C++ A Mad Lib is a phrasal template word game in which a player is prompted f
in C++ A Mad Lib is a phrasal template word game in which a player is prompted for a list of words to substitute into blanks in a pre-written short story. The story, with the blan…
in C++ A Palindrome is defined as a word, phrase, number, or other sequence of c
in C++ A Palindrome is defined as a word, phrase, number, or other sequence of characters which reads the same backward and forward, Foir this lab, you will write 2 definitions fo…
in C++ A palindrome is a word, phrase, verse, or sentence that reads the same ba
in C++ A palindrome is a word, phrase, verse, or sentence that reads the same backward or forward. For example: A man, a plan, a canal, Panama! Ask the user for a string and check…
in C++ Binary Search Description In this assignment you are requested to impleme
in C++ Binary Search Description In this assignment you are requested to implement the binary search algorithm You can assume that the input sequence is already sorted in ascendin…
in C++ Create a project consisting of three files – driver program, implementati
in C++ Create a project consisting of three files – driver program, implementation, and specification - which will allow a month, day, and year between January 1, 1850, and Decemb…
in C++ DONT COPY AND PASTE YOU WONT GET ANY POINTS Write a program to model a si
in C++ DONT COPY AND PASTE YOU WONT GET ANY POINTS Write a program to model a simple calculator. Each data line should consist of the next operation to be performed from the list …
in C++ Define a class type \"Quadrilateral\" that represents general 2-dimension
in C++ Define a class type "Quadrilateral" that represents general 2-dimensional shapes having four sides (for examplectangle, square, trapezoid, etc). You can determine a four-si…
in C++ Description The purpose of this challenge is to employ the use of basic f
in C++ Description The purpose of this challenge is to employ the use of basic functions and arrays. This challenge will allow you to create a strong password as suggested by this…
in C++ During the tax season, every Friday, the J&J accounting firm provides ass
in C++ During the tax season, every Friday, the J&J accounting firm provides assistance to people who prepare their own tax returns. Their charges are as follows: If a person …
in C++ FORMAT PLEASE: Create a file named BST.cpp in which you have a main funct
in C++ FORMAT PLEASE: Create a file named BST.cpp in which you have a main function which opens a file, reads the contents of the file into a BST and then performs operations on t…
in C++ Given the Student struct: struct Student{ string fName; string lName; int
in C++ Given the Student struct: struct Student{ string fName; string lName; int age; float gpa; float scores[NUM];//English, Mathematics, Biology }; 1. Read student informat…
in C++ Given the following recursive function: string mystery(string s) return i
in C++ Given the following recursive function: string mystery(string s) return i ()r if (toupper s]) 'A' 11 toupper (s 'E Il toupper(s[ 0 ])--T Il toupper(s[ 0 ])-= .0' II toupper…
in C++ I need to open 4 text files and print the contents of each line which sho
in C++ I need to open 4 text files and print the contents of each line which should be a string into a coulumn side by side with the other outputs. string of file 1 line 4 This is…
in C++ In this assignment you will be using a BST to convert English characters
in C++ In this assignment you will be using a BST to convert English characters to Morse code strings. Morse code is a famous coding scheme that assigns a series of dots and dashe…
in C++ Instructions Consider a file containing a double dimensional array, where
in C++ Instructions Consider a file containing a double dimensional array, where each row represents a student’s grades, and each column represents all the grades received on a sp…
in C++ Jason opened a coffee shop selling coffee, cheese cakes, and coffee beans
in C++ Jason opened a coffee shop selling coffee, cheese cakes, and coffee beans. Coffee is sold at the shop in two sizes: small (9 oz, $1.5) and large (12 oz, $1.9). Cheese cakes…
in C++ Please refer to the class NumberList defined in the files called Numberli
in C++ Please refer to the class NumberList defined in the files called Numberlist.h and Numberlist.cpp. In NumberList class, add a new data member called count to trace the total…
Subject
Web development and programming
Use Browse or pick another subject.