Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Programming Language Expert

Problem 1: Dice

prepare a program that simulates rolling one die using the following steps:

1. Prompt the user for the number of sides on the die.
2. "Roll" the die three times by generating a random number between 1 (inclusive) and the number of sides (inclusive).
3. Keep track of the running sum of the rolls for the die and output the sum and average for the three rolls at the end.
4. You can set up one integer variable named roll, and reuse it with each roll of the die. You will also need a variable named total, initialized to zero.

Sample Output:


How many sides on die? 6
First roll = 5
Second roll = 1
Third roll = 3
Die total = 9 
Average roll = 3 

How many sides on die? 20
First roll = 14
Second roll = 20
Third roll = 9
Die total = 43 
Average roll = 14.333

_______________________________________________ 
Problem 2: Formatting Output

The following source code contains a partial program that computes the cost of buying an item at the deli. Save the program to your directory and do the following: 

1. Study the program to understand what it does.

2. Add the import statements to import the DecimalFormat and NumberFormat classes. 

3. Add the statement to declare money to be a NumberFormat object as specified in the comment. 

4. Add the statement to declare fmt to be a DecimalFormat object as specified in the comment. 

5. Add the computation statements for the weight and total price.

6. Add the statements to print a label in the following format (the numbers in the ex output are correct for input of $4.25 per pound and 41 ounces). Use the formatting object money to print the unit price and total price and the formatting object fmt to print the weight to 2 decimal places. 

***** CS Deli *****

Unit Price: $4.25 per pound
Weight: 2.56 pounds

TOTAL: $10.89


// ********************************************************
// DeliFormat.java
//
// Computes the price of a deli item given the weight
// (in ounces) and price per pound -- prints a label, 
// nicely formatted, for the item.
//
// ********************************************************

import java.util.Scanner;



public class Deli
{
// ---------------------------------------------------
// main reads in the price per pound of a deli item
// and number of ounces of a deli item then computes
// the total price and prints a "label" for the item
// --------------------------------------------------

public static void main (String[] args)
{
final double OUNCES_PER_POUND = 16.0;

double pricePerPound; // price per pound
double weightOunces; // weight in ounces
double weight; // weight in pounds 
double totalPrice; // total price for the item

Scanner scan = new Scanner(System.in);

// Declare money as a NumberFormat object and use the
// getCurrencyInstance method to assign it a value


// Declare fmt as a DecimalFormat object and instantiate
// it to format numbers with at least one digit to the left of the
// decimal and the fractional part rounded to two digits.


// prompt the user and read in each input
System.out.println ("Welcome to the CS Deli!!n ");

System.out.print ("Enter the price per pound of your item: ");
pricePerPound = scan.nextDouble();

System.out.print ("Enter the weight (ounces): ");
weightOunces = scan.nextDouble();

// Convert ounces to pounds and compute the total price


// Print the label using the formatting objects 
// fmt for the weight in pounds and money for the prices


}
}
__________________________________________________
Problem 3: Candy Bar Problem

1. prepare a Java program to determine how many cartons are needed to package candy bars. A carton holds 24 candy bars.

The user enters the number of candy bars. The program displays the number of cartons. Note that if the user enters 25, the number of cartons = 2.

Review page 85 for a possible math method.

_____________________________________________
Problem 4: Cookie Problem

2. A bag of cookies holds 40 cookies. The calorie information on the bag states that there are 10 servings in the bag, and each serving equals 300 calories. prepare a Java program that requests the user to enter how many cookies were eaten and then displays how many calories were consumed. 

First determine how many calories are in one cookie. 

Programming Language, Programming

  • Category:- Programming Language
  • Reference No.:- M9112687

Have any Question?


Related Questions in Programming Language

Extend the adworks applicationi add dialogs to allow the

Extend the AdWorks application I. Add Dialogs to allow the user to Add, Edit, Read and Delete a Customer and refresh the view accordingly. 1. The user should be able to select a specific customer from the DataGrid and cl ...

Task working with arraysoverviewin this task you will

Task: Working with Arrays Overview In this task you will create a simple program which will create and work with an array of strings. This array will then be populated with values, printed out to the console, and then, w ...

Assignment - proposal literature review research method1

Assignment - Proposal, Literature Review, Research Method 1. Abstract - Summary of the knowledge gap: problems of the existing research - Aim of the research, summary of what this project is to achieve - Summary of the a ...

Task silly name testeroverviewcontrol flow allows us to

Task: Silly Name Tester Overview Control flow allows us to alter the order in which our programs execute. Building on our knowledge of variables, we can now use control flow to create programs that perform more than just ...

Assignment - haskell program for regular expression

Assignment - Haskell Program for Regular Expression Matching Your assignment is to modify the slowgrep.hs Haskell program presented in class and the online notes, according to the instructions below. You may carry out th ...

Question 1 what is hadoop explaining hadoop 2 what is

Question: 1. What is Hadoop (Explaining Hadoop) ? 2. What is HDFS? 3. What is YARN (Yet Another Resource Negotiator)? The response must be typed, single spaced, must be in times new roman font (size 12) and must follow t ...

Assignment task -q1 a the fibonacci numbers are the numbers

Assignment Task - Q1. (a) The Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and are characterised by the fact that every number after the first two is the sum of the ...

Question 1 what is a computer program what is structured

Question: 1. What is a Computer program? What is structured programming? 2. What is modular programming? Why we use it? 3. Please evaluate Sin (x) by infinite series. Then write an algorithm to implement it with up to th ...

Question - create a microsoft word macro using vba visual

Question - Create a Microsoft Word macro using VBA (Visual Basic for Applications). Name the macro "highlight." The macro should highlight every third line of text in a document. (Imagine creating highlighting that will ...

Structs and enumsoverviewin this task you will create a

Structs and Enums Overview In this task you will create a knight database to help Camelot keep track of all of their knights. Instructions Lets get started. 1. What the topic 5 videos, these will guide you through buildi ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As