subject

The user will input a three digit number if they input 678 I need to output 876

I have 8 and 6 but I can't get 7

help me

/* Unit 1 - Lesson 5 - Coding Activity Question 1 */

import java. util. Scanner;

class U1_L5_Activity_One {
public static void main(String[] args) {
Scanner scan = new Scanner(System. in);
System. out. print("Please enter a two digit number: ");
int x = scan. nextInt();
System. out. println("Here are the digits:");
System. out. println(x/100);
System. out. println(x/10);
System. out. println(x%10);

}
}

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 05:30
Why is hard disk space important to an audio engineer? why are usb ports and firewire ports useful for an audio engineer? explain in 2-3 sentences. (3.0 points) here's a list of different audio software: ableton live apple inc.'s garageband apple inc.'s logic studio digidesign's pro tools propellerhead sofware's reason sony creative software's acid pro steinberg cubase steinberg nuendo choose one of the software programs listed above, and then go to that software program's web site. read about what the software program is used for, and then write 4-5 sentences about what you learned. (10.0 points) which type of software license is the most limiting? why? explain in 2-3 sentences. (3.0 points) when sending a midi channel voice message, how can you control the volume of the sound? explain in 2-3 sentences. (4.0 points)
Answers: 1
question
Computers and Technology, 24.06.2019 15:30
If you want to delete an entire word at a time, which key should you press along with the backspace or delete key?
Answers: 1
question
Computers and Technology, 24.06.2019 21:40
Which of these is not a type of socket? aga (alternating grid array) pga (pin grid array) spga (staggered pin grid array) lga (land grid array)
Answers: 1
question
Computers and Technology, 24.06.2019 22:00
According to your study unit, what is the main reason that improved human relations skills may improve your grades?
Answers: 1
You know the right answer?
The user will input a three digit number if they input 678 I need to output 876

I have...
Questions
Questions on the website: 13722363