Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Create monthly calendar. Creating a monthly calendar should be pretty straightforward, right? Here is an example of a monthly calendar for September of 2015.
Specify whether a for or a while loop is more applicable to the scenario and explain why. What elements of the scenario informed your decision?
How successful is the writer in considering the audience, purpose, and subject in crafting the message? Why did you respond as you did?
Create an Employee Class with the following properties. Create a sub class for Managers which inherits from the Employee Class.
Write a program and flowchart. You should have a function called swapIt() that is passed two integers by address.
Write a program that prompts a user for their age. Once received, check if it is odd or even. If even, output their year of birth.
Create variables to track the various elements in the pseudocode; use control structures such as branching or looping.
Explain all requirements that are necessary for using the libraries functions in a piece of code. For example, for a JAVA library what classes need to imported.
Write a program that asks the user to enter a list of numbers and then prints the countof the numbers in the list and the average of the numbers in the list.
INSS 250- Write a function for the Superman ride at Six Flags that determines whether the user is taller than 4'8" so that he or she can ride a roller coaster.
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?
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.
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.
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 modularized Body Mass Index (BMI) Program which will calculate the BMI of a team player.
What would happen if mySalary were declared private instead of protected? Write the output for each section of print statements.
When creating a Visual Basic application, you will spend much of your time doing what three things? What is the purpose of inserting comments in a program?
Monthly payments are 5% of the listed purchase price, minus the down payment. Write a program that takes the purchase price as input.
Discuss what are some advantages and disadvantages the R programming language has over the other main statistical programming languages (i.e. Python, SAS, SQL)?
Design (pseudocode) and implement (source code) a program (name it Cylinder) to compute the volume of a cylinder using the following formulas (PI is 3.14).
Explain the approach taken to develop the application and the major decisions made. Identify relevant fundamental constructs in the submitted program.