Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Create a program that finds the "Smallest" and "Largest" in a series of words. After the user enter the words, the program will determine which words would come
Design a class: pounds (type long), shillings (type int), pence(type int) data items.
Assume you are given a set of N < 10 cities with pairwise distances between them represented as real numbers.
Create a program that allows the user to enter the last names of five candidates in a local election and the number of votes received by each candidate.
Extend the improved stack class stack2 so that the derived class stack would be also capable to store integers, strings, or pairs of integers.
Given the following function declaration, fill in the body so that the function will return 5 times the parameter squared plus 22.7 times the parameter minus 17
Create a program that does the following. the program should sum up inventory counts and report the total. the inventory is represented by a three digit
Create a Bank Account class that will allow you to deposit, withdraw and check your balance as well as sign up for non-fee no interest bearing saving
Develop a C++ program to solve the problem described below:
Create a code in C on below details: 1) print out all data in the array with no more than 5 per line
The Object Oriented Program allows the user to select which way they want to calculate a mortgage: (1) by input of the amount of the mortgage
Create a class called Dog which keeps track of the dog's name, breed, age, and license fee. The license fee will be a set amount: $12.25
Your employer has requested the development of a software application to calculate the area of a circle. The application must accept only one value
Modify your program so that the user will input the amount of a mortgage after selecting from a menu of mortgage loans:
Create a program that prompts the user to input a string. The output will be the total number of characters in the string, the total number of consonants
Place the account record into an appropriate structure, and store the accounts in an array of structures.
Begin this program by creating two arrays of integers, each holding ten elements of data. Create a third array of integers for a result array
How are Truth Tables used in computer programming? Give a short example. Did you find other areas where Truth Tables are used? Explain.
Have several variables with the necessary variables that store, gas level, amount of gas, gear car is in, car in motion.. etc
Create three arrays of 20 integers each. Fill in two arrays with data, leaving the third blank. From main, pass these three arrays into a function.
C++ program that allows the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of the mortgage
Create a program to determine the largest number out of 15 numbers entered (numbers entered one at a time).
Implement a Stack class yourself - NOT using the STL. Your stacks should contain elements whose type is specified by the class user as a template parameter
Consider the given hashing function object for strings. What can you say about strings "aefghk" and "gaefkh"? Is this a good hashing function?
Implement the function "count" which takes a list of items and an item as arguments, and returns the number of times the item occurs in the list.