Reference no: EM13762675
1. An area is calculated by multiplying the length by the width. The pseudocode program below should ask the user for the length and width of a rectangular room in order to calculate the area, and display the room's area. Will it do the job?
- area = width * length
- Display "What is the room's width?"
- Input width.
- Display "What is the room's length?"
- Input length.
- Display area.
2. Write a pseudocode algorithm for the program Credit Available: calculates a customer's credit available
- should ask the user for the customer's maximum credit amount; the credit used by the customer
- calculate and display the customer's available credit using the data inputted.
3. Write a pseudocode algorithm for the program Account Balance: calculates the current balance in a
bank account
- ask the user for the starting balance, total amount of debits, credits and the monthly
- interest rate calculate the current balance with the inputs
- display the information on the screen
4. Write a pseudocode algorithm for the program HST: calculates the total of a retail sale
- ask the user for the retail price of the purchased item
- calculate and display the HST (13%) for the purchase and the total of the sale
5. Write a Java program that converts mile to Kilometers. (One mile equals 1.60935 kms) Read the miles value from the user as a floating point value.
6. Write a Java program that determines the value of the coins in a jar and prints the total in dollars and cents. Read integer values that represent the number of quarters, dimes, nickels, and pennies.
7. Write a program that reads the radius of a sphere and prints its volume and surface area using the following formula. Print the output to four decimal places. r represents the radius:
- volume=4/3∏r3
- surface area=4∏r2
Web programming
: Work through the project instructions using the provided base files. Please note the detailed grading rubric included in the instruction document
|
Write an essay on my first day working at a restaurant
: write an essay on My first day working at a restaurant, Some common Reasons for Leaving college, Summer vacation versus Winter vacation and How grauating from college changed my life.
|
Analysis of the advantages of a competitive market
: Questions will involve your analysis of the advantages of a competitive market to both producers and consumers. Use the concepts learned in the chapters on perfect competition, monopoly, and imperfect competition to answer the questions.
|
Journal entry to record the issuance of the bonds
: Prepare the journal entry to record the issuance of the bonds on July 1, 2011. Prepare an amortization table through December 31, 2012 (3 interest periods) for this bond issue.
|
Calculate the area
: An area is calculated by multiplying the length by the width. The pseudocode program below should ask the user for the length and width of a rectangular room in order to calculate the area, and display the room's area. Will it do the job.
|
How did rational and bureaucratic policies ignore humanistic
: How did rational and bureaucratic policies ignore humanistic values of "rigor, relevance and developing capacity" in the article?
|
Unethical practices and behavior in accounting
: Write a 500-word article analysis in which you identify situations that might lead to unethical practices and behavior in accounting.
|
Practice of accounting and its uses in business
: Discuss the objectives for Week Five. How do they relate to the practice of accounting and its uses in business?
|
Problem related to the cloud effect
: Many firms are relying on cloud computing, also known as "the cloud," to perform key business functions. By moving transactional processing to the cloud, firms are exposing themselves to additional attacks as well as to tighter scrutiny from regul..
|