Write an interactive program that declares a variable

Assignment Help JAVA Programming
Reference no: EM131864810

Assignment

Write an algorithm and flow chart for the following program:

Write an interactive program that declares a variable name inches that converts the inches to feet and inches. For example, if the user inputs 86 inches the program should convert it to 7 feet and 2 inches. Save the program as InToFeet_LastName.

This is the program:

package intofeet_nguema;

import java.util.Scanner;
public class InToFeet_Nguema {

public static void main(String[] args) {
int inches;
Scanner input = new Scanner(System.in);
System.out.print("please enter inches ");
inches = input.nextInt();

int feet = inches/12;
int remainder = inches % 12;

System.out.println(inches + " inches is " + feet + " feet and " + remainder + " inches.");

}

}

Now I want a flow chart and algorithm for this program as the instructor says.

Keep in mind that the algorithm and flowchart must be easy to read and understand. Example, if a person who does not know a lot about programing has to read it, the person must be able to understand the program easily.

Reference no: EM131864810

Questions Cloud

Why do you think the term minority has persisted : Why do you think the term "minority" has persisted when the word "subordinate" is more descriptive?
Compute the margin of safety in dollars : The contribution margin ratio is 25%. Compute the margin of safety in dollars and the margin of safety ratio
Evaluate current problems with teacher performance : Evaluate current problems with teacher performance in the U.S. education system and critique proposed solutions to close achievement.
What is the total manufacturing cost for job : Neffer Company manufactures customized tables. The following pertains to Job No. 333: What is the total manufacturing cost for Job No. 333
Write an interactive program that declares a variable : Write an interactive program that declares a variable name inches that converts the inches to feet and inches. For example, if the user inputs 86 inches.
Reflect on how you you feel about the allowance for prayer : Reflect on how you you feel about the allowance for prayer in public forums such as school, sports events, and local and national government meetings.
What did you think of the 1966 anti-pill article : Discuss how Sanger and her scientist can be seen as leaders of a social movement. Both did not live to see the full implementation of this product.
Identify the operating system used to coordinate processors : Identify the operating system used to coordinate the processors for this project and discuss the obstacles overcome to make the system work.
How has technology affected your own life and ability : What indications do you have that people are more comfortable behind a screen in certain situations than they are in person?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd