Question: for each of these problems, I need a quick algorithm/pseudocode/flowchart in JAVA!! i dont need the whole program just the algorithm/pseudodoe/flowchart. please make it simple

for each of these problems, I need a quick algorithm/pseudocode/flowchart in JAVA!! i dont need the whole program just the algorithm/pseudodoe/flowchart. please make it simple so i can undestand it! I'm new to java

Problem 1: Write a program that prompts the user for a measurement in meters, and then converts it in to miles, feet, and inches.

Problem 2: Write a program that reads in an integer, and breaks it into a sequence of individual digits. Display each digit on a separate line. For example, the input 16384 is displayed as 1 6 3 8 4 You may assume that the input has no more than five digits and is not negative.

Problem 3: Write a program that asks the user to input: The number of gallons of gas in the tank The fuel efficiency in miles per gallon The price of gas per gallon Then print the cost per 100 miles and how far the car can go with the gas in the car.

Problem 4: Write a program that asks the user to enter the name of his or her favorite city. use a String variable to store the input. The program should display the following: The number of characters in the city name the name of the city in all uppercase letters the name of the city in all lower case letters the first character in the name of the city

Problem 5: Read a word from the user and display the string with the letters shifted to the right by two positions and with the letters shifted to the left by two positions in the string. Save all of the three strings in separate variables and display all three of them at the end of the program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!