Web development and programming
191828 questions • Page 3443 / 3837
You are to write a lexical scanner for the language SIMPL. The scanner will be w
You are to write a lexical scanner for the language SIMPL. The scanner will be written as a class with a function that returns a token structure containing an identification numbe…
You are to write a lightweight web service in PHP for playing Connect Four games
You are to write a lightweight web service in PHP for playing Connect Four games. The Connect Four game is a two-player connection game in which the players take turns dropping th…
You are to write a program (name it RoundOfGolf.java) that will create an array
You are to write a program (name it RoundOfGolf.java) that will create an array of 18 instances of the class Golfhole. Use the info…
You are to write a program (name it RoundOfGolf.java) that will create an array
You are to write a program (name it RoundOfGolf.java) that will create an array of 18 instances of the class GolfHole. YOU MUST ADD A TOSTRING METHOD TO GolfHole. This is what i h…
You are to write a program for small insurance company. The program is supposed
You are to write a program for small insurance company. The program is supposed to determine the cost of automobile insurance premium for each family member, based on their ages.…
You are to write a program in Python and name it lab7python.py Your program shou
You are to write a program in Python and name it lab7python.py Your program should start by asking you your name. Make sure that a name is entered (no empty string is read in). It…
You are to write a program in c++ which is going to use inheritance. It should s
You are to write a program in c++ which is going to use inheritance. It should start off with the base classes Account: contains the string name, int accountnumber, double balance…
You are to write a program made up of 3 separate classes within the same package
You are to write a program made up of 3 separate classes within the same package: The main class name cardtest.java, which will serve as the driver class to test the others. A Car…
You are to write a program made up of 3 separate classes within the same package
You are to write a program made up of 3 separate classes within the same package: The main class name cardtest.java, which will serve as the driver class to test the others. A Car…
You are to write a program made up of 3 separate classes within the same package
You are to write a program made up of 3 separate classes within the same package: The main class name cardtest.java, which will serve as the driver class to test the others. A Car…
You are to write a program name ArrayList.java that creates an ArrayList data st
You are to write a program name ArrayList.java that creates an ArrayList data structure that is similar to the ArrayList data Structure that exist in the java library. The class m…
You are to write a program name BSTree.java that will: Generate 100 random integ
You are to write a program name BSTree.java that will: Generate 100 random integer numbers ranging from 1 – 99. Store these numbers in a data structure of your choice and display …
You are to write a program name BSTree.java that will: Generate 100 random integ
You are to write a program name BSTree.java that will: Generate 100 random integer numbers ranging from 1 – 99. Store these numbers in a data structure of your choice and display …
You are to write a program name Bank.java that maintains a list of records conta
You are to write a program name Bank.java that maintains a list of records containing names and balance of customers. The program will prompt the user for a command, execute the c…
You are to write a program name Bank.java that maintains a list of records conta
You are to write a program name Bank.java that maintains a list of records containing names and balance of customers. The program will prompt the user for a command, execute the c…
You are to write a program name Deck.java that creates a deck of cards. A deck o
You are to write a program name Deck.java that creates a deck of cards. A deck of cards is made up of 52 cards. Each card is made up of a suit and a value (or name). There are the…
You are to write a program name Deck.java that creates a deck of cards. A deck o
You are to write a program name Deck.java that creates a deck of cards. A deck of cards is made up of 52 cards. Each card is made up of a suit and a value (or name). There are, th…
You are to write a program name InfixToPostfix.java that converts an infix expre
You are to write a program name InfixToPostfix.java that converts an infix expression entered by the user to a postfix expression. The expression may contain the following tokens:…
You are to write a program name InfixToPostfix.java that converts an infix expre
You are to write a program name InfixToPostfix.javathat converts an infix expression entered by the user to a postfix expression. The expression may contain the following tokens: …
You are to write a program name array_list.java that will do the following: Crea
You are to write a program name array_list.java that will do the following: Create an ArrayList data structure that will hold Integer values. Prompt the user for a number that is …
You are to write a program name bank.java that simulates a bank. The program wil
You are to write a program name bank.java that simulates a bank. The program will prompt the user asking if they want to run the program again. If yes, then start the program over…
You are to write a program name bank.java that simulates a bank. The program wil
You are to write a program name bank.java that simulates a bank. The program will prompt the user asking if they want to run the program again. If yes, then start the program over…
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series …
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a serie…
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series …
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: Integer constants (a series of d…
You are to write a program name calc.java that evaluates an infix expression ent
You are to write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series …
You are to write a program name calculator.java that evaluates an infix expressi
You are to write a program name calculator.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a…
You are to write a program name elevator.java that simulates one elevator servic
You are to write a program name elevator.java that simulates one elevator services in a 12-floor building. NOTE There is only one elevator working this building. Here are some req…
You are to write a program name lnfixToPostfix.java that converts an infix expre
You are to write a program name lnfixToPostfix.java that converts an infix expression entered by the user to a postfix expression The expression may contain the following tokens: …
You are to write a program name lnfixToPostfix.java that converts an infix expre
You are to write a program name lnfixToPostfix.java that converts an infix expression entered by the user to a postfix expression The expression may contain the following tokens: …
You are to write a program name powerball.java. You are to use arrays as your da
You are to write a program name powerball.java. You are to use arrays as your data structure. Here are some requirements for the program: 1. The program must prompt the user to en…
You are to write a program name search.java that will do the following: a. You a
You are to write a program name search.java that will do the following: a. You are to create 3 arrays - prompt the user for a number that is greater than 100 that will serve as th…
You are to write a program named Pallndreme.java that recognizes a Palindrome. I
You are to write a program named Pallndreme.java that recognizes a Palindrome. In the main method complete the code to read a string from the user. Then call isPalindrome method t…
You are to write a program that asks the user to enter a file that is holding us
You are to write a program that asks the user to enter a file that is holding username password combinations. Then the program should use a structure to store the usernames and pa…
You are to write a program that counts the number of letter pairs in a sentence
You are to write a program that counts the number of letter pairs in a sentence generated by consecutively pairing the letters, excluding the space character. For example, given t…
You are to write a program that creates permutations of an unknown number of str
You are to write a program that creates permutations of an unknown number of strings of various sizes while removing duplicated permutations. For example, given the string "seed",…
You are to write a program that decodes an encoded message. Messages are decoded
You are to write a program that decodes an encoded message. Messages are decoded by subtracting 5 from the ASCII integer representation of the character in a string. For example, …
You are to write a program that does the following: 1. Copy the contents of sour
You are to write a program that does the following: 1. Copy the contents of sourceArray to the area of static RAM starting at location 0x40000000 2. Sort th…
You are to write a program that encrypts a message using a Caesar cipher. The us
You are to write a program that encrypts a message using a Caesar cipher. The user will enter the message to be encrypted and the value of the key. An example run is shown below a…
You are to write a program that finds the largest and smallest integer from the
You are to write a program that finds the largest and smallest integer from the numbers inputted by the user. First you are to prompt the user for the number of integers that the …
You are to write a program that gives its users three basic options: reverse, co
You are to write a program that gives its users three basic options: reverse, convert, and compare. The program should ask the user to input the file name for the file in question…
You are to write a program that helps elementary school children study fractions
You are to write a program that helps elementary school children study fractions. Your program will prompt for an arithmetic operator, which must be one of +, -, *, /. It will the…
You are to write a program that implements the Babylonian algorithm to compute t
You are to write a program that implements the Babylonian algorithm to compute the square root of a number. The steps of the algorithm are 1. Get an input number 2. Compute an ini…
You are to write a program that includes and tests a function called strreplace
You are to write a program that includes and tests a function called strreplace (). The function strreplace () is to the designed such that it takes an input string from the user …
You are to write a program that reads lines of text from an input file until the
You are to write a program that reads lines of text from an input file until there are no more lines to read. As each line is read, your program should: Keep track of how many lin…
You are to write a program that reads one or more files, sorts the words in the
You are to write a program that reads one or more files, sorts the words in the files, and then prints each word prefixed by the number of times it appears in the files. For this …
You are to write a program that reads one or more files, sorts the words in the
You are to write a program that reads one or more files, sorts the words in the files, and then prints each word prefixed by the number of times it appears in the files. For this …
You are to write a program that reads two matrices from files, multiples them, a
You are to write a program that reads two matrices from files, multiples them, and displays outputs both to the terminal and a result file. To begin, we have a very easy file form…
You are to write a program that requests that the user inputs a fraction of the
You are to write a program that requests that the user inputs a fraction of the form n/d with d nonzero. Your program then prints out the fraction in reduced form. The program the…
Subject
Web development and programming
Use Browse or pick another subject.