Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
AS91637- Create a testing table that can be used when the program has been written. Produce a sketch of how the program will look once written.
Write a program that converts centimeters to yards, feet, and inches. There are 2.54 centimeters in an inch. How many centimeters do you want to convert?
Change the Bicycle class to be an abstract class. Create two instances each of MountainBike and RoadBike. Display the value of bicycleCount on the console.
Write a program and flowchart. The program should ask the user how many customers they want to track. Then, it asks for customer numbers, and sales by customer.
Create your algorithm using pseudocode that determines if a department store customer has exceeded their credit limit.
Write a C++program to estimate your water bill for next month. Your water meter measures the volume of water you use in hundreds of cubic feet (CCF).
What is depreciation expense and what is its purpose? What type of long-term assets are subject to depreciation and what factors need to calculate depreciation?
Find the names of all ships that begin with the letter R. Find the names of all ships whose name consists of three or more words (e.g., King George V).
Create a function called mean() that returns the average value in the array. Even though the array contains ints, return the average as a double.
Take one of the programs you designed over the past and enhance the program with exception handling code.
Write a function to convert the costs from United States dollar (USD) to Australian dollar (AUD). Note: Look up the current USD to AUD exchange rate to use in y
Write a program that inputs a filename from the user and prints to the terminal a report of the wages paid to the employees for the given period.
What is the modular multiplicative inverse of 17 mod 43? Note that the modular multiplicative inverse has to be non-negative and less than 43.
Suggest at least two SQL optimization techniques that can be used to enhance the data access turnaround time and transaction processing time.
Using Visual Studio and C# programming concepts, write a program to meet the specifications of the company's request.
Create a wizard that will guide users through a few steps to enter some information used to calculate travel expenses.
Write the code that prompts the user to enter an integer between 1 and 20 (including 1 and 20), reads the value using Scanner, and then prints the value.
Implement a Doubly Linked List with a sentinel node. The class should support find , insertion() and remove() operations from head and tail of the list.
Identify one or a few visualisations/infographics you think are especially effective. Identify one or a few visualisations you think are especially ineffective.
Discuss some ways you would implement to formulate an effective brief. What are some advantages to your methods? What are some disadvantages?
Add a method to the Turtle class to draw a rectangle given a certain width and height. Add a method to the Turtle class to draw a street of houses.
Write a Python program that reads in the academic achievements of three international applicants and determines which one is best candidate for the university.
Discuss how the malware might have gained access to your system. What steps can you take to check whether this has occurred?
What are some of the MySQL commands that can be used to perform these tasks? Give an example of each command using an SQL statement.
Write a modularized Body Mass Index (BMI) Program which will calculate the BMI of a team player.